我的页面有多个jQuery插件,添加更多导致插件破解
这些是我正在使用的脚本
<script src="scripts/jquery.js"></script>
<script src="scripts/jquery.nav.js"></script>
<script src="scripts/jquery-1.7.2.min.js"></script>
<!--If I remove this ^ script things work but this is required by other plugin-->
<script src="scripts/jquery-ui-1.8.21.custom.min.js"></script>
<script src="scripts/jquery.mousewheel.min.js"></script>
<script src="scripts/jquery.mCustomScrollbar.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
我也尝试过使用jQuery noconflict
,但没有运气
答案 0 :(得分:0)
这只是对jQuery的重复引用。如果您的第一行引用了jquery 1.8.0,那么您不需要jquery-1.7.2.min.js。
如果您仍然遇到问题,请首先确保您引用的是jquery 1.8.0(您可以下载最新的或只是热链接到jquery托管文件)。如果您仍有问题,则需要显示一些代码段以及错误。这可能是无关紧要的。