Unfortunately, removing the <![CDATA[ ... ]]> doesn't cure the problem.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: September 8, 2006 4:24 PM To: jQuery Discussion. Subject: Re: [jQuery] Problems with embedded scripts > ... then the <script> is added to the DOM, and runs properly. :-) Not sure if this will help at all, but if you're injecting dynamic HTML into a page, there's really little reason to keep it in a "pure XML" form, using: <![CDATA[ ... ]]>. That may help some of IE's problems. --John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
