Smooth-Div-Scroll
Smooth-Div-Scroll copied to clipboard
jQuery 3 broke plugin...
Hi... in the jQuery 3 you must use $(window).on("load",()=>{}); instead of $(window).load(()=>{})
best regards
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.
Popped in a pull request as this plugin is dead in the water, hopefully they'll accept: https://github.com/tkahn/Smooth-Div-Scroll/pull/206