$(…).tabs is not a function

后端 未结 8 1747
隐瞒了意图╮
隐瞒了意图╮ 2021-01-07 22:42

I have this code on two pages on my site, but at one page the function doesn\'t work. Firebug shows me \" $(...).tabs is not a function \". I don\'t understand why, can anyo

8条回答
  •  太阳男子
    2021-01-07 23:13

    In my case:

    I was using

    jquery-ui-1.10.3.minimal.min.js
    

    instead of

    jquery-ui-1.10.3.custom.min.js
    

    minimal version does not include ui.tabs.js, hence no ui.tabs function. Hope this helps someone else out there

提交回复
热议问题