I have a select tag with some options and a function which is triggered “on change”. Is there a way to trigger another function, when the user clicks the select list but doesn’t change anything? Like “on no change”?
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.
Well you could add your function to “onClick” or “onFocus” attribute and check if the user hasnt changed anything, it should do the trick.