javascript - how to get a list src from img tag? -


i'm building webapp using sencha touch, , need use images website. these images updated every 10 minutes, source of images changing time. don't have specific url images.

can suggest way source of images using javascript?

i tried jsonp, got nothing more error.

i appreciate suggestions.

there 2 javascript solutions:

  1. ajax request website api

  2. load page hidden iframe, onload, fire update of image, search source image want in iframe childrens, delete dom of iframe


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -