New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/twolistboxes-two-list-box-regularity-for-expanded-selection-of-options/
Twolistboxes - two list box regularity for expanded selection of options
Download Demo
Twolistboxes is a best jQuery plugin with two list box regularity for expanded selection of options.
You can easily select a option and find the other front box.
1. INCLUDE CSS AND JS FILES
<link href="listboxselector.css" rel="stylesheet" type="text/css" /> <script src="http://code.jquery.com/jquery-latest.min.js"></script> <script src="jquery.listboxselector.js"></script>
2. HTML
<div id="test"></div>
3. JAVASCRIPT
$("#test").listboxselector( availableOptions: ["Test option 1", "Test option 2", "Test option 3"], availableOptionsUrl: null, buttonTextAllRight: ">>", buttonTextSelectedRight: ">", buttonTextSelectedLeft: "<", buttonTextAllLeft: "<<", selectedOptions: [], selectedOptionsUrl: null );












