[jQuery] bug found

[jQuery] bug found

this is a bug I found when using firebug to refresh some data in an menu..
code:
            $.post(rAction,{action:"login",ddd:$("#ccc").val(),ddd:$("#ddd").val()},function(html){
                $(html).insertAfter($("div#compte .padder fieldset
h2")).load(errorVerif2());
                activeMenu();
                $.load(errorVerif2());
            });
instead of returning

1


2


3


<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
it returned the following
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>

3


2


1


the reversion of the elements only seems to happen on the top level
elements of the html answer.
But it seems rather disturbing.
thx for reading this.
Michel Brouckaert
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/