Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从 移动Prototype到jQuery.
Prototype
jQuery
作为第一步,我使用这两个库,使用$j=jQuery.noConflict();
$j=jQuery.noConflict()
它在我迄今为止尝试过的所有浏览器中都运行良好,但是如果我打开 Firebug,Firefox 在页面加载时会崩溃。
你听说过类似的问题吗?如何检查 Firebug 发生了什么?
通过更新到 Firefox 17.0.1 解决了问题。由于问题是可重现的,我想这是某个地方的错误......但已经以某种方式得到纠正。