解决jquery和mootools冲突的方法

var $j = jQuery.noConflict();html 之后凡是jquery用$函数的地方统统替换为$j, 例如:jquery $(function() { …. });ide 替换成:函数 $j(function() { …. });spa   方法一:code <html> <head> <script src="Mootools.js"></script>
相关文章
相关标签/搜索