开发者

Backtrace JavaScript DOM Insert

I have a page that has several (20+) scripts that are being loaded. One of them is inserting an iframe into the DOM. Using the Chrome developer tools, is there anyway I can figure out when/where/how that iframe开发者_如何学编程 is being inserted into the DOM?


You could use Firebug's break on mutate. Otherwise you could disable one script after another an check when the iframe isn't insert anymore.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜