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

Crossover is a really small jQuery plugin for converting two side-by-side multiple select elements into a dynamic dual list box.

Multiple-Select Dual-List-Box

Documentation

jQuery Multi-Select Crossover

This is a demo for a simple multi-select widget built on jQuery. I built this to fulfill requirements for a form and continue to lean on it. It's a pretty straight-forward and practical widget.

alt text

Use

The widget was designed for use with forms. The first select box is populated using array data. The buttons simply move options between the two select boxes. I've also added a text input for users to manually add entries.

Dependencies

All you need is a link to jQuery. I'm using jQuery v3.4.1. You can download jQuery here: https://jquery.com/

I'm also using bootstrap, but any css framework will work.

Validation

The widget is compatible with form validation libraries. I've used it with both jQuery Validator and Kendo UI validation.

Limitations

At this point, I have not designed the widget for use on mobile platforms. It works but the look and feel are not elegant to say the least. I expect to update this in the future.

License

MIT © Jeremy Friedman


You May Also Like