-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
$( document ).on( "ready", ... ) removed in jquery 3.0.0 #2676
Comments
@leggomuhgreggo we should get a release cut for this |
now jquery 3.1.1 is released. Join for waiting for slick update ;) |
@kenwheeler @programmer403 sure seems low impact, and straight forward |
Closing. Thanks! |
Which version of slick has this fix? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Slick Slider relies on the "ready" event on multiple occasions and is therefore not compatible with jQuery 3.0+.
https://jquery.com/upgrade-guide/3.0/#breaking-change-on-quot-ready-quot-fn-removed
https://api.jquery.com/ready#entry-longdesc
https://github.com/jquery/jquery-migrate/blob/1.x-stable/warnings.md#user-content-jqmigrate-ready-event-is-deprecated
jquery/jquery#2264
The text was updated successfully, but these errors were encountered: