jquery - Ecommerce thumbnail gallery viewer -


usually found on ecommerce websites, have main image , 5 thumbnails. have main image change when click on smaller thumbnail (different views). here's example of i'm looking on site. i'm looking plugin of sort allow me achieve this.

html:

<div class="product">     <img src="pro.jpg"> </div>  <ul class="product-thumb">     <li><img src="1.jpg"></li>     <li><img src="1.jpg"></li>     <li><img src="1.jpg"></li> </ul> 

this looks simple .

you should check in different browsers . ie

http://jquerytools.org/demos/scrollable/gallery.html

http://papermashup.com/simple-jquery-gallery/


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -