SimpleSlider
SimpleSlider is a Jquery-based Gallery.This gallery is specially design for product based websites.Gallery can display images, dives i.e. image and its description.
Compatibility: Chrome
Safari 4
Firefox 3.5
IE8 >=
Opera
yandex
How to use:
Include jQuery, js/Am2_SimpleSlider.js and stylesheet css/SimpleSlider.css
Make sure you also add the jQuery library. js/jquery-1.8.2.js
Gallery section is appended directly from js file.
'gallery-img' class is selecter of this gallery which should be the class of 'li' or 'div'. This li or div must contain image and description of that image. Description must be included inside div as a value of attribute 'data-desc'.
This format should be keep as it is, as SimpleSlider will work with this format only. If you want to modify description section of image, you can happily do it by changing data-desc value as you need.