customise jQuery totemticker plugin
- by Don
I'm using the totemticker jQuery plugin, but need to be able to stop it programatically. It doesn't seem to provide this feature, so I had a look at the source code to see if I could add it myself.
It seems that all I need to do is figure out how to call
base.stop_interval()
However, I can't seem to make the object that is stored in base…