Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Make columns from list


New list columnizer

There are few parameters - cols, the number of columns to break the list into; colWidth set width for each column or leave 0 for auto width; equalHeight (defaulting to false) can be false, 'ul', 'ol', 'li' to set equal height for ul/ol or li elements; startN, the start number of numbered list.
See more at CodEasily.com or WebMastersWall.com

Features

  • Styling of ordered/unordered lists
  • Configurable column-count and width
  • Easy restoring to "non-column" layout
  • Requirements: JQuery 1.2 (download)
  • Browser-Compatibility: Firefox 1.5+, IE6+, Safari 2, Opera 9+

Just apply to any group of DOM-elements gathered by the amazing JQuery-selectors. The provided arguments are optional (these are the default values).

$('ol').makeacolumnlists({cols:2,colWidth:0,equalHeight:false,startN:1});

Downloads



5
Your rating: None Average: 5 (1 vote)