multi-select
multi-select copied to clipboard
A user-friendlier drop-in replacement for the standard select with multiple attribute activated.
I want to keep the same order of options as loaded on afterInit. On-page load options are loading alphabetically. When I deselect the option from the selected it does not...
Hi there - This is great, but I am curious if anyone has found a way to make this possible. Thanks a mil!
In multiselect form. I want to select all values under optgroup that has same value. Foe example. If I have two option tags each with same value attribute let suppose...
the order on the underlying SELECT is not kept. changing this if in the 'select' part solves the problem ``` if (that.options.keepOrder){ var selectionLiLast = that.$selectionUl.find('.ms-selected'); if((selectionLiLast.length > 1) &&...
Using the multiselect to allow an attendee to select their top 3 hotel preferences for a convention. Data is saved in order of selection (keepOrder: true). This works as expected...
Dear all, If I have a multiselect like: `` ` elem 1` ` elem 2` ` elem 3` ` elem 4` `` `$('#pre-selected-options').multiSelect();` I wanna remove all options in `#pre-selected-options`....
Added Option 'selectBoxHeight', which is set by default to '200px'. This option allows a user to customize the height of the selector and selectable boxes.
I have set the limit to the selection option to 16. So that user cant select more than 16 and disabled all other options but when I post the data...
I would like to limit the number of checkbox allowed. One can only select 3 checkboxes. http://jsfiddle.net/uo8v45qj/ -