Hi,
Not sure if this is a bug so I posted here, but when you have the
google analytics tracking script on your page, running the following
line results in a white screen and the page never loading.
$("body").wrapInner('<div id="wrap_body"></div>');
The same happens if you do:
$("body").children().wrapAll('<div id="wrap_body"></div>');
I get this bug on Firefox 3 using Windows XP
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---