jquery-ticker icon indicating copy to clipboard operation
jquery-ticker copied to clipboard

Reinstantiating the Ticker

Open NickSutton opened this issue 6 years ago • 0 comments

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.

NickSutton avatar Oct 02 '19 15:10 NickSutton