ethanmiller / jQuery-Simple-Multi-Select

jQuery plugin that replaces standard HTML multi-select with a simpler version
http://ethanmiller.name/notes/jquery_simplemultiselect
4 stars 1 forks source link

jQuery Simple Multi Select

This plugin replaces a standard multi-select with a simplified version that doesn't require ctrl+click to select multiple options. Each click simply toggles the given option on or off. The original multi-select is hidden, and a replacement is built. The original multi-select is updated on each click so that when when your form is submitted, you get what you expected.

This plugin was inspired this post : http://tech.forumone.com/archives/135-JQuery-Multi-select-Box-Alternative.html - I just packaged it up into a plugin you can drop on your form.