Dual List

Bootstrap Dual Listbox is a responsive dual listbox widget...
Example with default values

Example with custom settings


Example with default values

The dual listbox is created from a select multiple by calling .bootstrapDualListbox(settings);on a selector. The selector can be any element, not just selects. When the method is called on a selector other than a select, then all select childrens are converted into dual list boxes.

var demo1 = $('select[name="duallistbox_demo1[]"]').bootstrapDualListbox();