aamirafridi / jQuery.Marquee

jQuery plugin to scroll the text like the old traditional marquee
http://aamirafridi.com/jquery/jquery-marquee-plugin
MIT License
961 stars 278 forks source link

'finished' event is not fired for version 1.6.0 #168

Open ng-ivan-hk opened 3 years ago

ng-ivan-hk commented 3 years ago

I noticed that the finished event is not fired anymore when using a newer version (e.g. 1.6.0).

I have tried the following example from the demo page: https://codepen.io/aamirafridi/pen/ayBmF

The above example is using version 1.3.1, therefore I updated the external script URL from https://cdn.jsdelivr.net/jquery.marquee/1.3.1/jquery.marquee.min.js to https://cdn.jsdelivr.net/npm/jquery.marquee@1.6.0/jquery.marquee.min.js

image

After updating the script to 1.6.0, the example is not working anymore, as the finished event is not fired.

Thank you very much in advance.