bsmSelect
bsmSelect copied to clipboard
A progressive enhancement to select multiple form elements using jQuery (fork of the asmSelect - http://www.ryancramer.com/projects/asmselect/)
Simple question really, I've seen no update since 2016 and so I'm worried any changes to jQuery etc that cause issues will never be fixed.
Plugin works fine using jquery 1.7.1 (used in the examples), but there is one issue with the latest versions (we are using version 2.1.4 in our website): If you remove...
I have this select: ``` A B C D E F G H I J ``` And the Javascript: ``` jQuery("#myselect").bsmSelect({ addItemTarget: 'original', plugins: [jQuery.bsmSelect.plugins.sortable(), jQuery.bsmSelect.plugins.compatibility()] }); ``` The select...
I have the following javascript in-place to preselect items when a page loads. I'm using web2py and {{=fill_messages_saved}} returns an array [4, 144, 142, 143], which all correspond to values...
Fix multiple classes on remove link
I can reorder the items and they are also reordered in the listbox. However, it does not appear to be possible to store this sort order unless it's held in...