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

Custom classes naming and short cleaning of the code #202

Open alexberanger opened 8 years ago

alexberanger commented 8 years ago

Added custom class name for columns. Added custom class name for clear block. Changed clear block from BR to DIV Removed inline CSS styles (external CSS file to come) Simplified syntax for var declarations. Added "columnized" class to the parent of the columns (according to external CSS I'll add)