Hi I want to perform 2 click on html element by doing 1 real click.
How to do that?
Thanks
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.
Set a variable to track if first time clicked, set to true, and fire the second click. Upon the second click we perform whatever actions and reset the alreadyClicked variable so when the user clicks again it is ready.