-
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
Does not work with jquery 3 #2583
Comments
Slick should work with jquery 3. Edit: Whoop I was wrong about this. See comment below and issue #2676 and PR #2690 |
It does not work on 3.1.1 |
Hmm can you recreate the issue in a fiddle? I'm pretty sure the fiddle we provide is set to use jquery@latest so I have my doubts, but if you can create it, I'll check it out. |
I found mistake. Close the topic Thank you a lot |
hi sssf90, can you please share us with the solution. I am facing a similar problem. The plugin isn't working with "jquery 3.1.1". Do you want me to include both the versions using tag? |
@sharanadla if you grab the current master, the issue should be resolved. |
es porque se esta usando la version slim que no provee el soporte por lo que se debe usar la version de jquery.min |
Please see, this don`t work this plugin with jQyery 3.3.1 in https://explorer-office.ru/download/gdpr |
I am using bootstrap 4 and there is a problem with jquery version. I can't call some methods like
because bootstrap 4 needs jquery 3. But if i load third jquery version slick can't be
initialized.
Somewhy bootstrap and slick worked if i called it like this:
But if i called
The text was updated successfully, but these errors were encountered: