> ... 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/
