thanks a lot... exactly what I was looking for!
>
> I used a similar method for an AJAX form with dynamic insertion/
> removal.
>
> On Sep 1, 5:49 pm, meik <
m...@zive.at> wrote:
>
> > Thanks Jan for the quick response!
>
> > The problem in my case is that I really wanna replace the old element.
>
> > By calling set('html',...) on the old element (the tr) I'm just
> > putting the contents inside, which results in a nested tr's in my case
> > (eg. <tr><tr></tr></tr> )
>
> > Michael
>
> > On Sep 1, 11:39 pm, Jan Kassens <
jankass...@gmail.com> wrote:
>
> > > set('html', str) does exactly that, but doesnt work for tables or trs
> > > in IE yet, but we'll include a fix for that in the next release.
>
> > > Jan
>
> > > On Sep 1, 2008, at 23:13, meik wrote:
>