“TypeError: jQuery.easing[this.easing] is not a function” in jQuery 1.9.1

后端 未结 6 759
独厮守ぢ
独厮守ぢ 2021-01-17 23:45

For the first time in too many months (blush), I upgraded my jQuery stuff. I\'m now on:

  • jquery-1.9.1.js
  • jquery-ui-1.10.2.custom.js (used ThemeRoller,
6条回答
  •  粉色の甜心
    2021-01-18 00:13

    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),
    

提交回复
热议问题