Well, I didn't wrap my tr's in any tags, I had already read that in
the old thread which now seems to be archived or something. I just
tried the multiple tbody's.
I guess you're right that fadeIn("fast") seems to work, and I have to
use fadeOut("fast") too, otherwise hide("fast") still makes sort
You can't wrap any element around s. Tables can only contain a
tbody/thead/tfoot and TRs, if you insert an element that is not
allowed, it itself will be wrapped by a new TR created by the browser,
and you'll get all kinds of misbehavior. You could insert a new tbody,
but browser handling of them
2 matches
Mail list logo