adamwulf / Columnizer-jQuery-Plugin

The Columnizer jQuery Plugin will automatically layout your content in newspaper column format. You can specify either column width or a static number of columns. And, of course, it’s easy to use!
http://welcome.totheinter.net/columnizer-jquery-plugin/
Other
758 stars 147 forks source link

Correctly test for whitespace-only nodeValues #205

Closed boryane closed 8 years ago

boryane commented 8 years ago

As written, a nodeValue of "test test" will return True which appears to be the incorrect behavior. I believe only empty nodeValues and nodes that only have whitespace characters should return True.

This fix looks for any non-whitespace characters in nodeValue and only returns True if none are found.

adamwulf commented 8 years ago

good catch - thanks!