multiselect
multiselect copied to clipboard
jQuery UI Multiselect Widget
After upgrading to JQuery UI 1.13.2, I can't able to drag and drop from available side to selected side. Also while selecting it throws error "ui.multiselect.js:640 Uncaught TypeError: Cannot read...
when user selected some items that should be in user selected order only that is my requirement. but while saving items it is in user selected order but when selected...
There are breaking changes that impact in this project, precisely in [line 166](https://github.com/michael/multiselect/blob/71eda5f8781ea836c1026e3aa098f3ed4b61d30e/js/ui.multiselect.js#L166) if you replace the self-closing element `` by `` it will work. This is a breaking changed...
Hello, is there any way of bootstrap implementation? If I do so, the js automatically calculates wrong width and everything is packed into one place, so there is a wrong...
Use available jQuery features to set the \ element attributes and content instead of using string concatenation to construct the jQuery object directly from a raw HTML string. This ensures...
The HTML \ elements used to initialise the multiselect control may contain special characters that must be encoded appropriately when setting the content and attributes of the multiselect control's HTML...
Read up on prop vs. attr. This little fix was needed to get "add all" working again for our version of jQuery (1.11). I am sure there are other prop...
Hello, i just updated my jquery Ui library from version 1.8x to 1.10.4 and when i try to call method selectAll it raises the error "no such method 'selectAll' for...
When user selected some items with order like this ( 5 , 2 , 4 ) and save it and next time try to edit the saved choice he get...
Hi, I'm from [cdnjs](https://github.com/cdnjs/cdnjs). Recently we want to add your lib to https://cdnjs.com, I see [MIT License](https://github.com/michael/multiselect/blob/master/MIT-LICENSE.txt) on the repo homepage but Dual licenses in [`ui.multiselect.js`](https://github.com/michael/multiselect/blob/master/js/ui.multiselect.js#L8). Just want confirm this...