Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 516 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 516 Bytes

jquery.multilists.plugin.js

This plugin applies the technique found here to display lists in columns. You can read my original (dated) blog post about it here.

Usage

Just add the following call to your document.ready call:

$(document).ready(function() {
  $('#mylist').multilists({ cols: 3 });
});

Notes

This is very rough & ready - please fork/fix where you can :)