Show image by image from link
Hello
I'm pretty new in jquery and I hope you help me.
I have images on my server. With php read dir and create xml file like this:
- <?xml version="1.0" encoding="utf-8"?>
- <data>
- <link><img src='slike/aaa/Capture.JPG' ><br /></link>
- <link><img src='slike/aaa/IMG_20120806_190517.jpg' ><br /></link>
- <stevec>2</stevec>
- </data>
I want that jquery get link by link and show image. When user click on button Next, show next image.
Is this possible?