I’m trying to make it so that on the first click it shows row 2 and then on the second click is shows row 3.
How do i make two separate events?
Thanks for everyone’s help!
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.
It has to be the same click handler, but you can use a variable to keep track of the click count.
Demo