Uncaught TypeError: undefined is not a function -

2019-08-31 04:00发布

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条回答
别忘想泡老子
2楼-- · 2019-08-31 04:40

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.

查看更多
登录 后发表回答