Modern dual listbox plugin for jQuery
Forked from crlcu/multiselect and maintained by Deforay Technologies.
A lightweight, dependency-free jQuery plugin for moving items between two <select> boxes with search, sorting, and undo/redo support.
- Simple dual listbox for Bootstrap or any UI
- Searchable left/right lists
- Supports
<optgroup>and disabled options - Undo / redo / move up / move down actions
- Customizable callbacks and sorting
- Works with jQuery ≥ 1.9 and Bootstrap ≥ 3
- No external CSS required — style it your way
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deforay/[email protected]/deforay-dualbox.min.js"></script>