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

$(window).load raises an error in jquery 3.1.1 #32

Closed
kaemu opened this issue Feb 19, 2017 · 1 comment
Closed

$(window).load raises an error in jquery 3.1.1 #32

kaemu opened this issue Feb 19, 2017 · 1 comment

Comments

@kaemu
Copy link

kaemu commented Feb 19, 2017

In jquery.magnify-mobile.js line 46

$(window).load(function() {

should be

$(window).on('load', function() {

@thdoan
Copy link
Owner

thdoan commented Feb 20, 2017

@kaemu Thanks, I didn't realize it was deprecated since v1.8 :)

thdoan pushed a commit that referenced this issue Feb 20, 2017
@thdoan thdoan closed this as completed Feb 20, 2017
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

2 participants