Use $ (document). ready () in jquery to use _ jquery

Source: Internet
Author: User
This article focuses on $ (document) in jquery ). the ready () method is described in detail. If you need it, you can refer to it and hope to help you with window. onload = function () {alert ("welcome ");}
This method is used to automatically execute the js Code (function) after loading the page ).

$ (Document). ready (function () {...}) is used to replace window. onload;

Document. ready () and traditional methodsSimilarly, the onload () method occurs only after the page is loaded. This includes loading of DOM elements and other page elements (example). Therefore, document is used. the ready () method is faster than the onload () method.

Javascript can perform an operation on a DOM element only after it is defined. jQuery uses document. ready to ensure that the code to be executed is executed when the DOM element is loaded.

For example:

The Code is as follows:


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.