jQuery based list item carousel like rotator .
What is liSlider?
liSlider is a jQuery plugin to rotate through list items.
Features
- Li Offset
- Display Count
- Easy CSS customization
Compatibility
Chrome, Safari, Firefox, Opera, IE7+
Usage
Javascript
Include jquery and the liSlider script in your head tags or right before your body closing tag.
CSS
Include the liSlider CSS style in your head tags.
HTML
Use the following markup for your slider.
- List Item Content here
- List Item Content here
- List Item Content here
Fire the plugin
Bind the liSlider behaviour on every link with any id or class, include the li offset (total width of each object including padding and margin) and the number of items to display at a time.
$("#liSlider").liSlider({offset: 275, show: 2});
Creator
Richard McMaster
License
liSlider is available under the MIT license.