For the first time in too many months (blush), I upgraded my jQuery stuff. I\'m now on:
Thanks to @Legionar's comment, upgrade to his suggested version 1.13
worked for me:
https://github.com/ehynds/jquery-ui-multiselect-widget/archive/1.13.zip
UPDATE in this version the usage of outerHeight()
function causes the widget to position wrong because it misses css position top
, changing line#573 to following will get the issue fixed:
top: pos.top + button.outerHeight(false),