We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/[email protected]/jquery.marquee.min.js
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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/[email protected]/jquery.marquee.min.js
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.
The text was updated successfully, but these errors were encountered: