> In IE 8 on the PC I get an "Unexpected call to method or property
> access."
> Line: 733 Char: 9 -- this.appendChild(i); is the offending call; i is
> an image object created as part of the pre-loader where this is found.

When I use the built-in IE8 debugger it says that the "this" object in
that line is an IMG element. You're not supposed to append children to
an IMG element.

--

You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=.


Reply via email to