buildinternet / totem

A jQuery plugin that makes vertical tickers easy.
http://buildinternet.com/project/totem/
MIT License
103 stars 21 forks source link

Allow methods to trigger next and prev #11

Open ghost opened 10 years ago

ghost commented 10 years ago

It would be great if you can add 2 methods to get next / prev item. This will allow hooking Totem with other jquery plugins like a carousel for example.

Something like $('#totem').next(); and $('#totem').prev();