I wish to browse the DOM of an (arbitrary) web page to extract data and think jQuery would simplify the navigation problem. So after the browser, say IE, finishes loading a page (that does not already use jQuery), how can I:
- attach jQuery to the page's Document object?
- invoke a jQuery function via DOM?
I appreciate your reply.