does slideToggle work with table?
I want to slideToggle a row of a table. but it just appears without any effect.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SlideToggle does work with table rows, it just kind of sucks.
If you have a table row with a height larger than it’s minimum – like this
Then slidetoggle will do a smooth slide down until the reaches it’s minimum height… then it will dissapear immediately like you used
I’ve made a jsfiddle demonstrating this at http://jsfiddle.net/BU28E/1/
A better solution for you may be to use a table made out of divs. Divs will slide up very smoothly. I made another jsfiddle demonstrating this at http://jsfiddle.net/BU28E/2/