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's 'ready' event deprecated #2848

Merged
merged 1 commit into from
Apr 20, 2017

Conversation

okonomiyaki3000
Copy link

The only acceptable way to handle the ready event in jQuery is now:
jQuery(function($) { /** whatever **/ });

The only acceptable way to handle the ready function in jQuery is now: jQuery(function($) { /** whatever **/});
@leggomuhgreggo
Copy link
Collaborator

Oh nice, a rare v2 PR. Honestly, I think we're trying to drop jquery altogether on v2, but just the same I'll merge this sucker in. Thanks @okonomiyaki3000

@leggomuhgreggo leggomuhgreggo merged commit 4aad84a into kenwheeler:2.0 Apr 20, 2017
@okonomiyaki3000 okonomiyaki3000 deleted the patch-1 branch April 26, 2017 01:01
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.

2 participants