我遇到了某种jquery冲突或问题

时间:2013-01-12 20:36:56

标签: javascript jquery magento

如果你看看这个页面http://50.87.6.244/~storeupp/index.php/basketball/lebron-james-dwyane-wade-dual-signed-basketball.html,你会注意到除了页脚中的小红箭之外,一切都很好。此箭头可能会扩展额外的页脚区域。这个工作正常,直到我添加了infortis cloudzoon脚本:

http://50.87.6.244/~storeupp/js/infortis/jquery/jquery-1.7.1.min.js
http://50.87.6.244/~storeupp/js/infortis/jquery/jquery-noconflict.js
http://50.87.6.244/~storeupp/js/infortis/jquery/plugins/cloud-zoom.1.0.2.min.js

云霄是徘徊时产品形象更大的原因。我还在源文件中看到有第二个cloudzoom脚本和第一个调用的不同版本的jquery。我不确定这里究竟是什么问题,以及如何解决它。

非常感谢任何帮助。

1 个答案:

答案 0 :(得分:0)

您引用jQuery库两次:第一次出现引用1.6.2版本:<script type="text/javascript" src="http://50.87.6.244/~storeupp/js/etheme/dresscode/jquery-1.6.2.min.js"></script>然后,在依赖于jQuery的几个js文件之后添加为1.7.1添加另一个script元素版本:<script type="text/javascript" src="http://50.87.6.244/~storeupp/js/infortis/jquery/jquery-1.7.1.min.js"></script> 尝试用1.7.1替换1.6.2脚本元素