简体   繁体   English

未捕获的TypeError:undefined不是函数-使用Jquery标签

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

I'm trying to use Jquery Tabs here http://beta.biozymeinc.com/vitalize/products/vitalize-dog/ . 我正在尝试在http://beta.biozymeinc.com/vitalize/products/vitalize-dog/中使用Jquery标签。 the "description" and "reviews" li tags should be the tabs. “ description”和“ reviews” li标签应该是标签。 You can see it functioning fine here http://beta.biozymeinc.com/vitaferm/products/vita-charge-paste/ 您可以在这里看到它的正常运行http://beta.biozymeinc.com/vitaferm/products/vita-charge-paste/

Details: 细节:

  1. I'm using Wordpress Multi-Site. 我正在使用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. 就其而言,它在使用完全相同的header.php文件的其他文件夹或“站点”中工作正常。 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 我尝试使用样式表和脚本,因为它是在jQuery教程中键入的,但仍然出现相同的错误

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. 我将继续阅读和深入研究,以寻求答案,但是我要在今晚完成这个任务的截止日期,所以我想我会广结网,并希望取得最好的成绩。

As charlietfl pointed out You have included another version of jQuery in your page, look for: 正如charlietfl指出的那样,您已经在页面中包含了另一个版本的jQuery,请查找:

<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. 在您的页面源代码中,将其删除,问题应该得到解决。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 jQuery的,遗漏的类型错误:未定义是不是一个函数 - Jquery, Uncaught TypeError: undefined is not a function 未捕获的TypeError:undefined不是jQuery的函数 - Uncaught TypeError: undefined is not a function with jQuery 未捕获的TypeError:undefined不是函数-不是JQuery - Uncaught TypeError: undefined is not a function - not JQuery 未捕获的TypeError:undefined不是函数jquery - Uncaught TypeError: undefined is not a function jquery 未捕获的TypeError:undefined不是使用jQuery.lazy()的函数 - Uncaught TypeError: undefined is not a function on using jQuery.lazy() 未捕获的TypeError:undefined在使用jQuery UI时不是一个函数 - Uncaught TypeError: undefined is not a function while using jQuery UI 未捕获的TypeError:在Magento中使用jQuery插件时,undefined不是一个函数 - Uncaught TypeError: undefined is not a function when using a jQuery plugin in Magento 使用fadeIn()时,jQuery“Uncaught TypeError:undefined不是函数”; - jQuery “Uncaught TypeError: undefined is not a function” when using fadeIn(); 未捕获的TypeError:undefined不是函数(jQuery和jQuery Easing) - Uncaught TypeError: undefined is not a function (jQuery & jQuery Easing) 未捕获的TypeError:$(...)。tabs不是函数 - Uncaught TypeError: $(…).tabs is not a function
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM