jQuery.silver_track

A smart and very extensible jquery sliding carousel

Download .zip Download .tar.gz View on GitHub

Bullet Navigator

This plugin provides a simple way to create random navigation links.

Options

name description default
bulletClass Class applied to each "bullet" bullet
activeClass Class applied to the active "bullet" active
container Container to append the navigation links

Installation

track.install(new SilverTrack.Plugins.BulletNavigator({
  container: $(".bullet-pagination")
}));