As the title says, how can I find what JavaScript events are being triggered as I interact with a webpage?
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.
when you have firebug installed, the following functions will gather data of all the javascript functions being triggered, and how much time is spent executing them:
More info can be found at http://getfirebug.com/console.html