I’ve got some elements in the DOM that are being made visible by some javascript, but I can’t find what javascript is affecting those elements? Like you can use firebug/chrome to find out what css is affecting the elements.
Is this even possible?
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.
There’s no way to find out which js code made changes on an element in the past.
To find out events connected to DOM elements you can use http://www.sprymedia.co.uk/article/Visual+Event