tool for editing live html in IE8
Editing live html while developing my开发者_如何学C 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?
There is a Refresh dom button on dom inspector tab...
The third button.
精彩评论