Reputation: 116283
I have an HTML document with inline javascript which adds some <div>
elements. The elements appear on the screen, but I can't see any change in the HTML source after the elements have been added. I use the latest version of chrome, and I do "View" -> "Page Source".
Seeing changes in the HTML would really help for debugging!
Upvotes: 16
Views: 10505
Reputation: 716
Use firebug when using Firefox
For Chrome there is built in tool(use Ctrl+Shift+I)
Upvotes: 1
Reputation: 69
Use Firefox, install web developer and choose "view source"=>"view generated source"
Upvotes: -1