[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
tbody?
-- 
View this message in context: 
http://www.nabble.com/slideUp-not-collapsing-tbody--tf3335465.html#a9275952
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


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:
http://www.monkeypuzzle.net/testfiles/jquery/Accordion_table/index_2.html

hope that helps



Daemach wrote:
 
 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
 tbody?
 

-- 
View this message in context: 
http://www.nabble.com/slideUp-not-collapsing-tbody--tf3335465.html#a9276518
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/