fireBug引入JQuery,方便书写jq调试代码

在控制台执行下段代码,等到网络中加载完成后,即可正常运行jq代码。也可以根据需要进行修改引入其他js代码。

 javascript:(function(url) {
var s = document.createElement('script');
s.src = url;
(document.getElementsByTagName('head')[0] ||
document.getElementsByTagName('body')[0]).appendChild(s);
})('http://code.jquery.com/jquery-1.10.2.js');
上一篇:牛客练习赛32-D-MST+tarjin割边


下一篇:Thread message loop for a thread with a hidden window? Make AllocateHwnd safe