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
It shows the content frozen as if the plugin isn't instantiated. There are NO console errors. it just doesn't do anything. No way to debug the error.
https://upstreammusicfest.com
works fine on versions 25 and 38 (the other 2 we could find)
The text was updated successfully, but these errors were encountered:
I'm having the same issue with IE 11. Did you managed to workaround this issue?
Sorry, something went wrong.
I was having this issue too.
Before:
$(document).ready(function () { $(window).on('load', function () { $('.jobsTicker').marquee({ duration: 15000, gap: 50, delayBeforeStart: 0, direction: 'left', duplicated: true, pauseOnHover: true }); $('.jobsTicker .tickerItem').addClass('fadeIn'); }); });
After:
$(document).ready(function () { $('.jobsTicker').marquee({ duration: 15000, gap: 50, delayBeforeStart: 0, direction: 'left', duplicated: true, pauseOnHover: true }); $('.jobsTicker .tickerItem').addClass('fadeIn'); });
Removing the window load fixes it for me on IE and Edge, if you have yours like mine you could give this a bash too. Cheers!
No branches or pull requests
It shows the content frozen as if the plugin isn't instantiated. There are NO console errors. it just doesn't do anything. No way to debug the error.
https://upstreammusicfest.com
works fine on versions 25 and 38 (the other 2 we could find)
The text was updated successfully, but these errors were encountered: