User Cook - Stack Overflowmost recent 30 from stackoverflow.com2009-12-18T23:01:54Zhttp://stackoverflow.com/feeds/user/132933http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1080498/how-do-i-view-the-html-dom-afer-a-jquery-modification0How do I view the HTML Dom afer a jQuery modification?Cook2009-07-03T19:07:13Z2009-07-04T04:18:11Z
<p>I am using DebugBar in IE to view the DOM. But after I modify the DOM with jQuery I can not see the new or modified DOM with DebugBar. How Do I view the modified DOM?</p>
http://stackoverflow.com/questions/1080498/how-do-i-view-the-html-dom-afer-a-jquery-modification/1080566#10805661Answer by Cook for How do I view the HTML Dom afer a jQuery modification?Cook2009-07-03T19:29:05Z2009-07-03T19:29:05Z<p>I found out that I can view the modified DOM with DebugBar and with MS Internet Explorer Developer Toolbar after refreshing or reloading the DOM</p>