There is a row which can accommodate only three images at once but i have several images in server and all i want to fetch. so in that case i need image slider.
Let say there are 10 images e.g. img_1,img_2,img_3,........img_10
and a row & it contains only three images img_1, img_2, img_3
alongwith Left_slider_button & Right_slider_button
. What i want? When click on slider_button the images should forward in button direction one by one.
Suppose if i click on left_slider_button
then img_2, img_3, img_4
should be in row instead of img_1, img_2, img_3
. So There is one image forwarded to left direction and one new image fetched as img_4.
please give me some tips. I guess AJAX
would be more useful to fetch the images from server, Right?.