[jQuery] Weird "IE" error, prevents page load
[jQuery] Weird "IE" error, prevents page load
> Internet Explorer cannot open the Internet site ...
> Operation aborted.
http://www.google.com/search?q=internet+explorer+Operation+aborted
Finds this page:
http://channel9.msdn.com/wiki/default.aspx/Channel9.InternetExplorerProgramm
ingBugs
That says:
"You have to wait until onload in order to do document.body.appendChild
which is a bug in Internet Explorer's implementation."
"It seems that IE doesn't like when somebody is trying to modify content of
"document.body" by adding new elements (previous example) or by modifying
its innerHTML (my case)."
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/
Topic Participants
Dave Methvin