Chapter 24. Client-Side JavaScript Reference
This part of the book is a reference section that documents the classes, methods, properties, and event handlers defined by web browsers that support client-side JavaScript. These classes, methods, and properties form the de facto standard called the DOM Level 0 API. Beginning scripters and programmers writing with backward compatibility in mind will use this reference section in conjunction with the core JavaScript reference of Part III. The introduction and sample reference page explain how to use and get the most out of this reference section. Take the time to read this material carefully, and you will find it easier to locate and use the information you need!
This reference section is arranged alphabetically. The reference
pages for the methods and properties of classes are alphabetized by
their full names, which include the names of the classes that define
them. For example, if you want to read about the submit( )
method of the Form class, you would look under
“Form.submit,” not just “submit.”
To save space in this enlarged fourth edition of the book, most
properties in this reference section do not have reference pages of
their own (all methods and event handlers do have their own reference
pages, however). Instead, simple properties are completely documented
in the reference page for the class that defines them. For example,
you can read about the images[]
property of the Document class in the “Document” reference page. Nontrivial ...
Get JavaScript: The Definitive Guide, Fourth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.