The first chapter:
Introduction to JavaScript:
The composition of JS;
1. Core (ECMA)
The ECMA rules the JS
1, grammar
2, reserved words
3, keywords,
4, Object,
5, type
6, operator
7, statement
2. Document Object Model (DOM)
DOM level
DOM level
The DOM level is divided into two main parts, the first part is the DOM core (specify how to map XML-based document structure, so as to simplify the operation and access to the document structure) The second part is Dom HTML (extending the HTML-based object method on the core of the DOM)
DOM Level Two
DOM level two increases the user interface, traversal, and scope of mouse events based on the DOM level. Cascading styles for first-level CSS
Dom View Dom Views (defines an interface that tracks different document views.) For example: Reference CSS before and after the comparison)
DOM Event DOM Events (interfaces that define event and event handling)
Dom styled Dom style (interface that defines CSS-based styles)
DOM Traversal and Scope Dom (defines the interface for traversing and manipulating document trees)
DOM Level Three
Dom level three introduces methods for loading and saving documents in a uniform manner, in the DOM loading and saving modules. New ways to validate documents
3. Browser object Model (BOM)
Read JavaScript Advanced Programming