How to get page content using Javascript or JQuery
Posted
by Luke101
on Stack Overflow
See other posts from Stack Overflow
or by Luke101
Published on 2010-05-29T01:24:00Z
Indexed on
2010/05/29
1:32 UTC
Read the original article
Hit count: 235
JavaScript
|jQuery
Hello, I will have a widget on a remote page. In the widget I want javascript or jquery to get all the article content from the webpage and send it back to my website. I only need just the article content and not all the other information on the webpage. I would like the script to send the remote webpage url, page content, title text, and h1 text. I would not like to receive any html tags. Is this possible to do?
© Stack Overflow or respective owner