> I know it looks weird, but I use it to slide > "table rows" ( where actually each row is a table of its own, > wrapped in a DIV ) and detail divs in a calendar. I do get > some brief moments of "jerkiness" in IE, but it may have more > to do with interruptions to processor cycles than anything else. > > Is this what you're trying to do? I wasn't sure because you > were initially hiding table row one. (Was that your intention?) >
I have tried this, but I dont want to write another table and div. It is no pretty html :) I have 40 rows, so 40 divs and tables... I will write just $.hide() or $.show. Is this bug in jquery or from js is it impossible? Sebastian