JavaScript advanced Programming-Read notes (Part I)

Source: Internet
Author: User

Introduction to JavaScript in the first chapter
1.JavaScript composition (Core (ECMAScript), Document Object Model (DOM), Browser object Model (BOM))
2. Document Object Model (DOM), which provides methods and interfaces for accessing and manipulating Web page content
DOM level
Dom1-> Mapping Document Structure
Dom2-> extended mouse, user interface time, range, traversal
->dom view, DOM event, Dom style (CSS interface), DOM traversal and scope (Traverse document tree interface)
Dom3->dom load and save module, DOM validation module
3. Browser object Model (BOM), which provides methods and interfaces for interacting with the browser
Expand window related, navigator object (browser details), Location object (loading page details),
Screen object (display resolution details), cookie support,
ActiveXObject custom objects for XMLHttpRequest and IE

Chapter II using JavaScript in HTML
1. Delay script <script defer= "defer" ></SCRIPT>, browser download Now, deferred execution
2. Asynchronous script <script Async></script> The browser is downloaded immediately, but is not guaranteed to be executed in sequence

JavaScript advanced Programming-Read notes (Part I)

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.