Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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.widget.extend is not a function 

Can anyone help me?

like image 776
Johnson_145 Avatar asked Nov 29 '12 17:11

Johnson_145


1 Answers

jQuery Ui was included twice (second time hidden because of another bug) problem solved

like image 149
Johnson_145 Avatar answered Oct 06 '22 10:10

Johnson_145