JavaScript Developer's Dictionary
Alexander J. Vincent
- 出版商: SAMS
- 出版日期: 2002-05-29
- 售價: $2,010
- 貴賓價: 9.5 折 $1,910
- 語言: 英文
- 頁數: 1200
- 裝訂: Paperback
- ISBN: 0672322013
- ISBN-13: 9780672322013
-
相關分類:
JavaScript
已過版
買這商品的人也買了...
-
$1,170$1,112 -
$680$537 -
$960Software Engineering: A Practitioner's Approach, 5/e
-
$680$578 -
$650$553 -
$1,550$1,473 -
$1,000$980 -
$970Introduction to Algorithms, 2/e
-
$2,170$2,062 -
$1,890$1,796 -
$1,710$1,625 -
$2,450$2,328 -
$750$593 -
$1,274Computer Architecture: A Quantitative Approach, 3/e(精裝本)
-
$2,010$1,910 -
$280$218 -
$490$387 -
$550$495 -
$1,490The Grid 2: Blueprint for a New Computing Infrastructure, 2/e (Hardcover)
-
$850$723 -
$750$593 -
$350$315 -
$1,615CCNA Cisco Certified Network Associate Study Guide, 5/e (640-801)
-
$880$695 -
$650$507
相關主題
商品描述
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.