I'm trying to solve an issue using jQuery. I'm wondering if its possible to get an external page's HTML and dump it in a div using jQuery?
For instance if the external URL
desired was CNN.com--what would the code be to go to that page, fetch the HTML & output it to a div (the div has the id #target
)?