jquery-ticker
jquery-ticker copied to clipboard
Reinstantiating the Ticker
Hello,
I've implemented the ticker, and am updating the elements dynamically, but running in to a problem.
In my code I update the elements then call $('#ele').ticker(); which works fine the first time but not after the elements are updated again. Probably more of a question that an issue, but how can I re-instantiate the ticker, with the latest updated elements?
I've tried .destroy(), .remove(), .detach() etc but no joy.
Any help appreciated.