8

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?

1 Answer 1

2

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

Sign up to request clarification or add additional context in comments.

1 Comment

Not the answer I was hoping for, but it was the answer I was expecting. Thanks.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.