[jQuery] slideUp not collapsing tbody?

2007-03-02 Thread Daemach
I'm trying to build a form that needs to show or hide a portion depending on the user's previous input. I'm trying to use slideUp/slideDown to make the transition but it's not working - are there any gotchas in trying to interact with tbody vs div? Is it not possible to use these effects with

Re: [jQuery] slideUp not collapsing tbody?

2007-03-02 Thread rolfsf
there are problems animating table rows that haven't been solved yet, from what I understand. Table rows need to be display: table-row and the animations need to be display: block, hence there's an inherent mismatch. You can toggle tbody's though - this is an example I worked out: