FireBug: How can I get rid of annoying messages?
FireBug always shows warning messages from jQuery
egreference 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 warnin开发者_JS百科gs for certain scripts?
I guess that warning will go away if you use: Firebug > Console Panel > Mini-menu on tab > Strict Warnings OFF
I doubt this is an issue with either jQuery or Firebug. Debug your code and find out what's leading to the error / warning.
精彩评论