Is there a way to call one event every time when something on my page is clicked (whether a control or something else), and then in that function to check which is the sender?
Share
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.
like this?
This will capture all clicks in the document and log the node on which the event started. It’s a bit of a sledgehammer approach, but without understanding the problem it’s the best I can do.