R
R
Run Utochkin2015-02-13 15:30:58
JavaScript
Run Utochkin, 2015-02-13 15:30:58

How to parse a page from another domain using javascript?

How to parse a page from another domain using javascript (preferably using jQuery)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Sydorenko, 2015-02-13
@San40

They write that this james.padolsey.com/javascript/cross-domain-request... can cross-domain page requests in JS. But I haven't personally tested it.
That is, the idea is the following
: 1. load the content of a page from another domain into the container of your document
2. do whatever you like (or whatever jQuery / your other favorite DOM manipulation library allows) with the content of this container. Search, pull elements, grab values, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question