You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
If you initialised sticky like this $(window).load(function(){...}); change it to $(window).on('load', function(){ ...}); as .load is deprecated in latest jQuery.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I used this plugin with jquery 3.3.1. but once I update to jquery 3.4.1 Its not working anymore. I had to downgrade jquery version back to 3.3.1.
change logs after 3.3.1:
The text was updated successfully, but these errors were encountered: