解決jquery和mootools衝突的方法

var $j = jQuery.noConflict();html 之後凡是jquery用$函數的地方統統替換爲$j, 例如:jquery $(function() { …. });ide 替換成:函數 $j(function() { …. });spa   方法一:code <html> <head> <script src="Mootools.js"></script>
相關文章
相關標籤/搜索