views:

107

answers:

1

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.

+2  A: 

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

Chetan Sastry