[Defer] and [async] attributes of js, and jsdeferasync attributes

Source: Internet
Author: User

[Defer] and [async] attributes of js, and jsdeferasync attributes

[Defer]

You can add the defer attribute to <script> to tell the browser that this script does not need to be executed immediately. Then, the browser will execute this script after the file is fully loaded, which is equivalent to window. onload, but it is better than window. onload is more flexible.

Copy codeThe Code is as follows:
<Script defer = "true"> </script>

[Async]

Load JavaScript using the async attribute, so that the entire script can be asynchronously loaded and executed.

<Script> tag's defer Attribute-tells the browser that the script will not operate on DOM before the page is loaded, and the script will be downloaded in parallel with other resource files;
<Script> The async attribute of the tag-the new asynchronous and parallel modes of HTML5. The script will wait for the appropriate time to execute the code after the download is completed.

Do you have any knowledge about the [defer] and [async] attributes of javascript? If you have any questions, please leave a message for discussion.

Related Article

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.