FireBug: How can I get rid of annoying messages?

a 夏天 提交于 2019-12-11 05:24:57

问题


FireBug always shows warning messages from jQuery
eg

reference to undefined property o.cache[H][E]
(function(){var l=this,g,y=l.jQuery,p=...ch(function(){o.dequeue(this,E)})}}); jquery.min.js (string 12)

Can I set up FireBug not to show certain warnings for certain scripts?


回答1:


I guess that warning will go away if you use: Firebug > Console Panel > Mini-menu on tab > Strict Warnings OFF




回答2:


I doubt this is an issue with either jQuery or Firebug. Debug your code and find out what's leading to the error / warning.



来源:https://stackoverflow.com/questions/4038561/firebug-how-can-i-get-rid-of-annoying-messages

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!