jQuery 1.9 Errors Under Firebug
Getting the following error in Firebug when loading jQuery 1.9:
"docElem is undefined
Using the minified version, the error changes to:
"H is undefined
Line 2"
For a quick test, load this fiddle with Firebug enabled:
This happens with both the latest development and stable versions of Firebug.
Is this most likely a Firebug issue?