multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

Fix for latest jquery version.

Open mherbold opened this issue 9 years ago • 1 comments

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 vs. attr issues with this plugin, I did not check or test the others.

mherbold avatar Mar 14 '16 17:03 mherbold

I think the second argument to 'prop' needs to be boolean. Also, there are a bunch of other places attr is used with selected. Here's an example of a local fix to multiselect from wikimedia: https://gerrit.wikimedia.org/r/#/c/406598/1/resources/vendor/jquery.ui.multiselect/ui.multiselect.js

ejegg avatar Feb 08 '18 21:02 ejegg