本文介绍了Jquery caroufredsel脚本错误'不是函数'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
使用演示并尽我所能在创建的中看到,未加载'carouFredSel-script'。 firebug中的错误消息:
Working on a carousel lightbox tooltip demo and as far I can see in the jsfiddle created, the 'carouFredSel-script' isn't loaded. Error message in firebug:
$("#foo").carouFredSel is not a function
我没有看到问题。有人可以帮忙吗?
I don't see the problem. Can someone help?
推荐答案
您正在加载jQuery两次,并且您将carusel加载到错误的位置我认为
You were loading jQuery twice and you were loading the carusel in the wrong place i think http://jsfiddle.net/s39Kd/4/
这篇关于Jquery caroufredsel脚本错误'不是函数'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!