开发者

See dynamicly generated DOM and CSS

This address is has a console javascript that i build with a custom

jquery plugin. I wan't to extract the exact DOM and CSS after i fill some

commands into it. Since the CSS and the DOM is generated at Runtime, i'm

unable to 开发者_开发问答get it.

So my question is, how can i see this DOM and CSS that is generated at runtime?

Thank you very much.


If you are using Firefox, use firebug.

If using IE, use the dev tools (F12).

With these and other browsers, you can also use firebuglite.

These all expose the DOM/CSS after it has been manipulated, as it is in the browser.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜