- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
“tinySlider”
March 17, 2011
tinySlider is a simple to manage jQuery slider with a minimal number of features.
JavaScript
We should include jQuery framework and jquery.tinySlider.js by pointing src attribute in the script tag to those .js files.

HTML
Below you can see general HTML script representation:
- tag) inside div container. In order to add another slide you just need to add a bulleted list item
- .
Links prev and next should relate to div container as child elements. Or you can use triggers for the buttons as below:
You can also add pagination, which should relate to the div container as child element.
rel – defines number of the slider (count starts from 0); tiny_pagination is a default class for pagination element (you can define another class name in the head initialization section).