Skip to content

This plugin applies CSS to display lists in columns without dodgy markup.

Notifications You must be signed in to change notification settings

fredkelly/multilists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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 :)

About

This plugin applies CSS to display lists in columns without dodgy markup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published