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:
ajax request website api
load page hidden iframe, onload, fire update of image, search source image want in iframe childrens, delete dom of iframe
Comments
Post a Comment