Skip to content

Component: learn.jquery.com/using-jquery-core/document-ready #733

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

Conversation

hcgernhardtiii
Copy link

Removes all references to the obsolete .load() method and replaces them
with the appropriate .on( "load", function() { ... } ) reference.

fixes #728

Removes all references to the obsolete .load() method and replaces them
with the appropriate .on( "load", function() { ... } ) reference.

fixes jquery#728
@jsf-clabot
Copy link

jsf-clabot commented Nov 16, 2016

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

Base automatically changed from master to main March 8, 2021 17:15
@Krinkle
Copy link
Member

Krinkle commented Mar 26, 2023

A similar change was applied as part of #736 instead.

@Krinkle Krinkle closed this Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

use of obsolete function: $( window ).load(
3 participants