[jQuery] ownerDocument is null
JQuery 1.3.2, FF3, IE6/7 (not sure of others).
this[0].ownerDocument is null Line 4187
I occasionally get the above error. It appears that jquery sometimes
gets a hold of the actual document and so doesn't have an owner
document.
Does anyone have suggestions as to what can cause this (or could point
me to a post that addresses this)? I've temporarily gotten around it
by modify jquery to test for null ownerDocument and returning the same
as if this[0] were null, but I hate to do this since it is probably my
code that's the problem.
Thanks
Brian