Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

ComboSelect


Average rating
(1 vote)

Transforms a single select element into a pair of multi-selects with controls to move items left to right and vice versa. Keeps items sorted alphabetically in both lists (if desired). Selected items are submitted by the original form element. Double-clicking moves an item from one side to the other.

Requires the jQuery Selso plugin:
http://plugins.jquery.com/project/selso

Usage: $('#myselect').comboselect({
// which sides to sort
sort: [string,'none'|'left'|'right'|default:'both'],

// label for the "add" button
addbtn: [string,default:' > '],

// label for the "remove" button
rembtn: [string,default:' < ']
});

Releases

Official releasesDateSizeLinksStatus
1.0.22008-Jul-2021.89 KBRecommended for 1.0.xThis is currently the recommended release for 1.0.x.
1.0.02008-Apr-2421.54 KBRecommended for 1.2.xThis is currently the recommended release for 1.2.x.