customise jQuery totemticker plugin

Posted by Don on Stack Overflow See other posts from Stack Overflow or by Don
Published on 2012-06-01T22:30:32Z Indexed on 2012/06/01 22:40 UTC
Read the original article Hit count: 229

Filed under:
|
|

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 accessible to callers. I've made a couple of unsuccesful atttempts, but hopefully someone who knows a bit more about how jQuery plugins work can point me in the right direction.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery