Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Doesn't work with latest jquery 3.4.1 #292

Open
oshanz opened this issue Feb 6, 2020 · 1 comment
Open

Doesn't work with latest jquery 3.4.1 #292

oshanz opened this issue Feb 6, 2020 · 1 comment

Comments

@oshanz
Copy link

oshanz commented Feb 6, 2020

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:

@oshanz oshanz changed the title Doesn't work with jquery 3.4.1 Doesn't work with latest jquery 3.4.1 Feb 6, 2020
@sumanita
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants