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")
}));