On Apr 28, 2:38 pm, "Sean Catchpole" <[EMAIL PROTECTED]> wrote:
> Looking at the code for newticker, you might/should be able to just
> recall $("ul").newsticker() and it should reset the ul. If for some
> reason it doesn't work, then this might be the change that the plugin
> needs:
>   stopTicker = function(el) { if(el.tickfn) clearInterval(el.tickfn); }
>
> ~Sean

Calling it again will work (at least it did when I did a test).

Reply via email to