Small plugin to turn a single list into multiple columns. Supports configurable number of columns and horizontal or vertical layout.
See included demo for detailed usage instructions
To use the plugin simply instantiate the class and give it the id of the target list.
window.addEvent('domready', function(){
var ctr = new List_Columnator('list-id', {columns:3, style:'vertical'});
})
Thats all!
There are no knows issues at this time.
The plugin has been tested in Safari, Firefox, Chrome and IE.
Any feedback greatly appreciated!
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus