jquery-twincolselect

Javascript implementation of TwinColSelect. The TwinColSelect field provides a multiple selection component that shows two lists side by side, with the left column containing unselected items and the right column the selected items. Originally I didn't code this, I don't know who is the author, I found this code snippet before and I didn't find a git repository so I uploaded it here.

Usage no npm install needed!

<script type="module">
  import jqueryTwincolselect from 'https://cdn.skypack.dev/jquery-twincolselect';
</script>

README

jquery-twincolselect

Javascript implementation of TwinColSelect. The TwinColSelect field provides a multiple selection component that shows two lists side by side, with the left column containing unselected items and the right column the selected items. Originally I didn't code this, I don't know who is the author, I found this code snippet before and I didn't find a git repository so I uploaded it here.