Skip to content

Conversation

@binoalien
Copy link

Fix for jQuery 3.1.1. Issue #87 from creativeaura/threesixty-slider

@youradds
Copy link

Thank you! That bug was doing my head in. I've been trying to move from jQuery 1.11 to 3.x , and it kept failing. I assumed it was an issue with what I copied over, but turns out it was this issue =)

"dependencies": {},
"devDependencies": {
"jquery": "~1.8.3"
"jquery": "~3.1.1"
Copy link
Contributor

@Igloczek Igloczek Jul 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know that author is probably not going to update this package, but you don't need to update required version of jQuery, .on('load', callback) will work on any jQuery, but to avoid some very old version, will be great to define that this package works with >=1.8.3

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

Successfully merging this pull request may close these issues.

3 participants