| Home » Categories » Business » Web Development |
jQuery Dropdown Check List |
| Article Number: 229 | Rating: 5/5 from 1 votes | Last Updated: Thu, Jan 14, 2010 at 12:37 PM |
Dropdown Check List is a JavaScript Plugin for jQuery library that transforms a regular select html element into a dropdown checkbox list. The Dropdown Check List jQuery widget transforms a regular <select> menu into a dropdown checkbox list.
Usage
Dropdown Check List plugin dynamically builds a container with checkboxes and labels to replace the select element. You can customize the look and feel of your dropdown check list by simply updating CSS file.
$("#select_id").dropdownchecklist(); The existing select element with id='select_id' is replaced by a dropdown checkbox list widget. See the Demo Page for a detailed description and live examples.
![]() How does it work?
Dropdown Check List 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.
Features
Download
The current version of drop-down check list can be downloaded from google code downloads. This page, including all required files to run the examples, can be downloaded as zip package from the same location. Dropdown check list requires jquery.js and ui.core.js and has been tested with jquery version 1.2.6. The widget has been tested with IE 7, Firefox 3, Opera 9.6, Safari 3.1 (for windows) and Chrome 0.3 browsers.
Requirements: jQuery
Dropdown Check List Website
Online Demo
|
Attachments
There are no attachments for this article.
|
Comments
There are no comments for this article. Be the first to post a comment.
|
How to password protect folder/files using htaccess file?
Viewed 141 times since Sun, Mar 14, 2010
PHP Interview Questions with Answers - Part 1
Viewed 558 times since Mon, Jan 11, 2010
mbSlider - Highly Customizable Content Slider
Viewed 59 times since Mon, Jul 26, 2010
Web Form Elements in PSD Format
Viewed 512 times since Sun, Dec 27, 2009
Google Web Toolkit - Version 2 Released
Viewed 109 times since Tue, Dec 15, 2009
ICEpdf - Open Source Java PDF Library
Viewed 222 times since Wed, Jan 6, 2010
Google Maps jQuery Plugin - gMap
Viewed 595 times since Mon, Feb 8, 2010
OpenCart - Open Source Shopping Cart
Viewed 296 times since Fri, Jan 1, 2010
45 jQuery Navigation Plugins and Tutorials
Viewed 938 times since Thu, Jan 28, 2010
Free Visualization Components For Flex (AS3)
Viewed 149 times since Sun, Jan 3, 2010
|


Add Comment