Uncaught TypeError: undefined is not a function - Using Jquery Tabs

半城伤御伤魂 提交于 2019-12-12 01:46:30

问题


I'm trying to use Jquery Tabs here http://beta.biozymeinc.com/vitalize/products/vitalize-dog/. the "description" and "reviews" li tags should be the tabs. You can see it functioning fine here http://beta.biozymeinc.com/vitaferm/products/vita-charge-paste/

Details:

  1. I'm using Wordpress Multi-Site.
  2. It is working fine in other folders or "sites" using the exact same header.php file as far as the is concerned. The only difference is some graphics below the
  3. I tried using the style sheet and script as it is typed on the jquery tutorial and I still get the same error

Does anyone have an idea of why it would just "break"? I will keep reading and digging around trying to find an answer but I'm on a deadline to finish this tonight so I thought I would cast a wide net and hope for the best.


回答1:


As charlietfl pointed out You have included another version of jQuery in your page, look for:

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>

In your page source, remove it, problem should be solved.



来源:https://stackoverflow.com/questions/24101645/uncaught-typeerror-undefined-is-not-a-function-using-jquery-tabs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!