JavaScript Developer's Dictionary

Alexander J. Vincent

  • 出版商: SAMS
  • 出版日期: 2002-05-29
  • 售價: $2,020
  • 貴賓價: 9.5$1,919
  • 語言: 英文
  • 頁數: 1200
  • 裝訂: Paperback
  • ISBN: 0672322013
  • ISBN-13: 9780672322013
  • 相關分類: JavaScript
  • 已過版

買這商品的人也買了...

商品描述

 

JavaScript Developer's Dictionary covers all the essential functions, methods, and objects of JavaScript in an easy-to-find, logical order.

JavaScript, and each different version of JavaScript, interacts very differently with each variety of Web browser, leaving Web developers scrambling to write code that will work in all the major browsers. JavaScript Developer's Dictionary brings all these variants into one volume, breaking down every object in the JavaScript language and how it applies to each browser.

Wherever possible, the book also provides workarounds for earlier versions of JavaScript and for direct inconsistencies. The emphasis throughout this book is on compatibility across many versions of Netscape and Internet Explorer.

Table of Contents

Introduction.

I. CORE JAVASCRIPT.

1. Object( ).
2. Function( ).
3. Array( ).
4. String( ).
5. Boolean( ).
6. Date( ).
7. Number( ).
8. Math.
9. RegExp( ).
10. Error( ).
11. The Global Object and Statements.
12. Operators.
13. JavaScript Syntax.
14. Conditional Compilation in Internet Explorer.

II. WINDOW AND CLIENT OBJECTS.


15. Window.