I am trying to create a thumbnail gallery using XML databinding. But the data is not binding. Here is the one which I am trying.
Here I want to show all the three images that are in my XML using only one image tag which I used in my HTML.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create an
<img>tag for each image, I use.map()to create a jQuery object containg all the images and then append them to#thumbsDEMO
http://api.jquery.com/map/