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/ )
The DOM API is one of the multiple web APIs built into web browsers.
Think of API documentation as a reference manual that has all of the information you need to work with the API. It tells the developer/partner/consumer everything that is possible with the API, and how to get started.
How about the standards?
And for javascript itself:
Gecko DOM Reference
JavaScript Kit - DOM Reference
And many more.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With