The Ready (FN) method of jquery

Source: Internet
Author: User


That's what 1.4.2 's API says:


Binds a function to be executed when the DOM is loaded ready to be queried and manipulated.

This is one of the most important functions in the event module, because it can greatly improve the response speed of Web applications.

Simply put, this method is purely an alternative to registering events with the Window.load event. By using this method, you can immediately call the function you are binding when DOM loading is ready to be read and manipulated, and 99.99% of JavaScript functions need to be executed at that moment.

There is a parameter-a reference to the jquery function-that is passed to the ready event handler function. You can give this parameter a name, and you can therefore safely use the $ alias without worrying about naming conflicts.

Make sure that there is no registration function in the OnLoad event for the <body> element, otherwise the $ (document) is not triggered. Ready () event.

The $ (document). Ready () event can be used indefinitely on the same page. The functions that are registered are executed sequentially in the order in which they are (in code).

Always thought that a page can only have one, did a lot of hard work, tragedy ah.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.