jQuery-MultiSelect icon indicating copy to clipboard operation
jQuery-MultiSelect copied to clipboard

Turn a multiselect list into a nice and easy to use list with checkboxes.

Results 13 jQuery-MultiSelect issues
Sort by recently updated
recently updated
newest added

It would be awesome if you could shift+click and select a range of options like in a traditional multi-select scenario.

enhancement

move the item from 1 to 2 by pressing up and down arrow. i.e. if i press down arrow it will move to one item to next item and if...

Change .html to .text in setting up options label to prevent XSS vulnerability.

Currently this dropdown provides default option i.e select which means user may to may not select this dropdown but it would be better to provide an option to have default...

enhancement

First of all thanks for this great plugin! **Is your feature request related to a problem? Please describe.** In some cases of usage your plugin I wanna write some custom...

enhancement

There's a XSS vulnerability when options data has executable JS content. Under _addOption function (line:874), the initialization of `thisOption` var is using .html which allows executable JS contents to run....

In xhtml nodeName may be lowercase and the select won't work without the proposed change

Hi! First and foremost, thank you for all your work on this project. I love how it's coming together. Unfortunately, I am stuck understanding how requirement validation works for your...

I load dynamically optgroups in same list with option, {options: "", label: ""},{value: "",name: "", checked: false},{value: "",name: "", checked: false},{options: "", label: ""},{value: "",name: "", checked: false},{value: "",name: "",...

bug

Add support for templates in the selectedOptions parameter. You can now use templates in the settings as follows: ``` $('.multiselect-element').multiselect({ texts: { selectedOptions: 'Selected: #cnt#', } }); ```