Columnizer-jQuery-Plugin
Columnizer-jQuery-Plugin copied to clipboard
Should not wrap after headers (suggestion)
Solved via a simple new line of code
$(this).find('h1, h2, h3, h4, h5, h6').addClass('dontend');
just before
return this.each(function() {