Saturday, May 11, 2024
 Popular · Latest · Hot · Upcoming
168
rated 0 times [  171] [ 3]  / answers: 1 / hits: 17521  / 16 Years ago, tue, february 17, 2009, 12:00:00

I am looking for a good API documentation for Javascript especially related to browsers and DOM. I am not looking for any kind of Javascript tutorial, but simply a documentation for all standard Javascript classes and for classes used in web browsers.



Something similar to Java's Javadoc ( http://java.sun.com/j2se/1.4.2/docs/api/ )


More From » api

 Answers
100

How about the standards?




  1. DOM2 Core (W3C)

  2. DOM2 Events (W3C)

  3. DOM2 HTML (W3C)

  4. DOM2 CSS (W3C)



And for javascript itself:




  1. Standard ECMA-262 ECMAScript Language Specification (ECMA)


[#99969] Monday, February 9, 2009, 16 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
maxinec

Total Points: 117
Total Questions: 116
Total Answers: 116

Location: Bangladesh
Member since Sat, Jan 23, 2021
3 Years ago
maxinec questions
;