Columnizer-jQuery-Plugin icon indicating copy to clipboard operation
Columnizer-jQuery-Plugin copied to clipboard

Should not wrap after headers (suggestion)

Open chrisgraham opened this issue 13 years ago • 0 comments

Solved via a simple new line of code

$(this).find('h1, h2, h3, h4, h5, h6').addClass('dontend');

just before

return this.each(function() {

chrisgraham avatar Jan 20 '12 02:01 chrisgraham