chrome 浏览器 console 加入 jquery 测试调试 一介布衣
var jquery = document.createElement(‘script’);
jquery.src = “http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”;
document.getElementsByTagName(‘head’)[0].appendChild(jquery);
jQuery.noConflict();
chrome 浏览器 console 加入 jquery 测试调试 一介布衣
|