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

Feature uncolumnize #206

Closed Regaddi closed 8 years ago

Regaddi commented 8 years ago

Added a uncolumnize method which will basically revert the DOM to its initial state, when columnize had been called.

Technically I'm saving an original DOM clone of each selected jQuery element in its dataset. When uncolumnize is called on columnized elements, they will be replaced with their initial clones.

Code has been minified using your compress.php tool. Added a section in the Readme file.