Skip to content
New issue

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

jQuery 3 broke plugin... #205

Open
chumager opened this issue Oct 23, 2016 · 2 comments
Open

jQuery 3 broke plugin... #205

chumager opened this issue Oct 23, 2016 · 2 comments

Comments

@chumager
Copy link

Hi... in the jQuery 3 you must use $(window).on("load",()=>{}); instead of $(window).load(()=>{})

best regards

@kuratsunade
Copy link

kuratsunade commented Dec 21, 2016

Just ran into the same issue when migrating the old code. Thanks for the heads up. I switched the code from .load() to .on(); Works in my case. Minified code attached.

jquery.smoothdivscroll-1.3-min-mod.js.txt

@entozoon
Copy link
Contributor

Popped in a pull request as this plugin is dead in the water, hopefully they'll accept:
#206

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants