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

jQuery 3 #103

Closed
dkricher opened this issue Jul 21, 2016 · 1 comment
Closed

jQuery 3 #103

dkricher opened this issue Jul 21, 2016 · 1 comment

Comments

@dkricher
Copy link

All you have to do to make this work in jQuery 3 is change:

$('').load(function() {

to

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

.load() has been dropped from jQuery 3.

@tillydray
Copy link

tillydray commented Sep 16, 2016

This fixed my issue. Hopefully stowball can update the repo, as his is the #1 result on Google, and many people have linked to him in the past.

All you have to do to make this work in jQuery 3 is change:

$('').load(function() {

to

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

.load() has been dropped from jQuery 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

No branches or pull requests

2 participants