Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IE Developer Tools - show generated DOM

How do I make IE8 Developer Tools to show DOM that was generated after JavaScript was executed? Currently it displays only the static layout. FireBug handles this correctly, but I need to have a look in IE.

like image 432
Egor Pavlikhin Avatar asked Apr 19 '10 04:04

Egor Pavlikhin


People also ask

How do I open a DOM file in Internet Explorer?

In Internet Explorer, pressing the F12 key also brings up the DOM and developer tools menu window.

How do I use F12 tool?

To open F12 tools, press "F12" from the webpage you want to debug or inspect. To close F12 tools, press "F12" again. Lists command menus that can be accessed at any time regardless of the selected View.


1 Answers

There is a refresh button. That should reload the DOM tree.

like image 119
Chetan S Avatar answered Sep 28 '22 07:09

Chetan S