开发者

Is there any way to find out what javascript is affecting what element?

开发者 https://www.devze.com 2023-03-08 14:34 出处:网络
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 i

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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消