I want to fetch the images[] array of an external URL. I was able to retrieve the actual source code of the page using $.ajax, but I don't know how to access the images. Thanks.
|
feedback
|
|
You could do something like
| |||||
feedback
|
|
You can create a
| |||||||
feedback
|
|
You can use .load() method. The .load() method, unlike $.get(), allows you to specify a portion of the remote document to be inserted.
That will load every image on the page. | |||
|
feedback
|
accept rate, how do we know that you accept our answers ? Plus you have to post examples, codes etc, it is too vague. Users will vote down you. – user898741 Dec 16 '11 at 13:06