Yeah, I think I accidentally regressed on that, I'll see if I can't
resolve it for 1.0:
Re-opened: http://proj.jquery.com/dev/bugs/bug/60/

--John

>
> There are two bug filed for this:
> http://proj.jquery.com/dev/bugs/bug/22/
> http://proj.jquery.com/dev/bugs/bug/60/
>
> But for some reason they have been closed (even though it still occurs
> in the latest SVN).
>
> Simple test:
>
> <script type="text/javascript"
> src="http://jquery.com/src/jquery-svn.js";></script>
> <div id="foo">Hello</div>
> <script type="text/javascript">
> <!--
>         $("#foo").html("<strong>html</strong>");
> //-->
> </script>
>
> The DIV 'foo' ends up as
> <div id="foo" innerhtml="<strong>html</strong>">
> <strong>html</strong>
> </div>
>
> You don't notice any difference in how it looks but you never know if
> it may cause issues in the future - plus it makes debugging with
> Firebug a bit harder (using the inspector).

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to