I have this jsfiddle that hides tables rows.
I am trying to get it to expand the row to height=200 instead of hiding it.
Feel free to suggest an easier method of doing it (html5, etc) as well.
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.
You can use jQuery
toggle()with two functions as parameters. Documentation. It allows you to define two or more functions to cycle through on each mouse click.Working demo: http://jsfiddle.net/RNvP4/