🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

listSwap is a simple lightweight jQuery plugin to create a dual list box widget that allows the visitor to swap items between two associated select lists.

Multiple-Select Dual-List-Box

Documentation

jQuery listSwap

ListSwap is a jQuery plugin that allows you to swap (add/remove) items between two drop-down lists.

- jQuery suppport: 1.3+ - Browser support: All major browsers, IE8+ 

Usage:

$('#source, #destination').listswap(); 

Default Options:

truncate : false, //Set to true to disable word wrap height : null,	//Set custom height is_scroll : false, //Show scroll label_add : 'Add', //Set add label (Can bet set to empty) label_remove : 'Remove', //Set remove label (Can bet set to empty) add_class : null, //Custom class for styling rtl : false, //RTL support 

Try it here http://phedde.github.io/listswap


You May Also Like