How do I dynamically retreieve images using any jquery gallery/slideshow plugins?
I have images that I can retrieve like this..
http://localhost/images.aspx?id=1
http://localhost/images.aspx?id=2
I have already made a REST based service to return an array of those links when I pass the fromdate and todate.
After using Jquery to retrieve those links,I want to load the images.
The samples in most of the demos only talk about statically assigning images.
Please show me a sample on loading the images dynamically.
Thanks
Assuming the REST response will be like this
Your jquery ajax code should be like this
The code after requesting from REST thru ajax will add the path http://localhost/images.aspx?id=1 to the IMG tag