Multiselect Box with Dual interface. Allows you to see what elements are selected and search them.
$(".dual-select").dualselect("values");
Returns an array containing all the values selected
$(".dual-select").dualselect("selected");
Returns a jQuery object containing the elements selected.
$(".dual-select").dualselect("notSelected");
Returns a jQuery object containing the elements not selected.
$(".dual-select").dualselect("selectedText");
Returns an array containing all the text content of each element selected.
$(".dual-select").dualselect("selectedHtml");
Returns an array containing all the HTML content of each element selected.
$(".dual-select").dualselect();