I am creating n image gallery.
Initially I need to show 4 images. and on click of next 4images/video should display.
I am able to show one image at a time.
I need help
this is what i have tried
http://jsfiddle.net/T657N/43/
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.
use gt: select all elements at an index greater than index within the matched set.
for example
hide all
$('.thumb-layout')with index greater than4DEMO
Show
inRowelements with index greater thanimodified in accordance to the comment:
http://jsfiddle.net/T657N/50/