How to dynamically get the DOM of a web page in Javascript
- by Bragaadeesh
Hi,
I would want to dynamically get the DOM structure (HTML source) of a web page. I want to do some manipulations with it later. Is this possible in javascript at all?
Thanks.