jQuery Dropdown Check List -Transforms a Regular Select Element Into a Dropdown Checkbox List
jQuery Dropdown Check List (DDCL) is jQuery jQuery plugin that allow us to transforms a regular select html element into a dropdown checkbox list. DDCL uses the existing structure of the html select elements on which it is applied to dynamically build a container with checkboxes and labels then hides the original select element.
The plugin does not change in any way the existing select element, only syncronize the checked values from the new container to the original select. This approach has the added benefit to allow the use of the plugin with any server technology.
Requirements: jQuery Framework
Demo: http://dropdown-check-list.googlecode.com/svn/trunk/src/demo.html
License: MIT License or the GNU General Public License (GPL) Version 2