我的项目中有多个jquery文件。我使用jquery1.4.2使用facebox但我也需要原型和scriptacolous脚本。我用过jQuery.noconflict();在我的代码中但它不起作用。 这是网址http://mlep.com/~avalon/wordpress/ideas-and-insights/case-studies/。
答案 0 :(得分:0)
它应该采用这种安排方式,
这样的代码,
<script type="text/javascript" src="http://mlep.com/~avalon/wordpress/wp-content/themes/twentyten/facebox/jquery14.js"></script>
<script type="text/javascript">
var ang = jQuery.noConflict();
</script>
<script type="text/javascript" src="http://mlep.com/~avalon/wordpress/wp-content/themes/twentyten/facebox/facebox.js"></script>
<script type="text/javascript">
// other jQuery Codes here...
</script>