问题
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