$(…).tabs is not a function

后端 未结 8 1661
隐瞒了意图╮
隐瞒了意图╮ 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:09

    Your first demo loads:

    http://www.invat-online.net/javascript/jquery-ui-1.9.2.custom.min.js
    

    Your second demo attempts to load:

    http://www.invat-online.net/variante-explicate-limba-romana/javascript/jquery-ui-1.9.2.custom.min.js
    

    The last one results in a 404. You should correct the path of the later, perhaps instructing it to find jQuery UI in one directory above the current: ../jquery-ui-1.9.2.custom.min.js.

提交回复
热议问题