Question

Editing live html while developing my site is very easy with Firebug or Chrome developer tools. But on IE8, the built-in developer tools don't even show you what the live html source is if it was modified with javascript. You can only view (and sometimes edit) the original source code.

Is there a tool that will allow me to edit the live (possibly modified by javascript) html in IE8?

Was it helpful?

Solution

There is a Refresh dom button on dom inspector tab...

enter image description here

The third button.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top