[jQuery] Re: This chain works in Firefox but not in IE6?

2008-07-11 Thread paceman
> > Note: I changed your span to a div since its not valid for a span to contain > a fieldset. > > - Richard > > On Thu, Jul 10, 2008 at 7:35 PM, paceman <[EMAIL PROTECTED]> wrote: > > > Any idea why the following chain does not work in IE6, but works in > > F

[jQuery] This chain works in Firefox but not in IE6?

2008-07-10 Thread paceman
Any idea why the following chain does not work in IE6, but works in Firefox: $new.append("").children().attr("class", "folder").append("").children().load("?leaf_type=" + leaf_type, function () { $(this).parent().find("#addtreeform").ajaxForm(add_options); }).append("").append("").append("");