jQuery UI TypeError: e.widget.extend is not a function

前端 未结 3 697
盖世英雄少女心
盖世英雄少女心 2020-12-30 23:49

I have updated my jQuery files including jQUery UI to use the tooltip feature.

But now Javascript is dieing with the following error:

TypeError: e.wi         


        
3条回答
  •  自闭症患者
    2020-12-31 00:45

    I had to add wp_deregister_script( 'jquery-ui-widget' ); to admin-footer.php for an exception for widgets.php file only.

提交回复
热议问题