Crossbrowser JavaScript + DOM documentation [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this questionI'm already aware of some browser-specific DOM documentation out there (Gecko DOM Reference for Firefox, MSDN f开发者_JAVA技巧or Internet Explorer and, of course, the ECMA and W3C specs) but I wonder if someone has compiled a good API reference that covers all common browsers (Firefox, Internet Explorer, Opera, Safari, Chrome...).
The compatibility tables by quirksmode.org are a good resource but they don't actually document stuff (it's not their purpose).
P.S. A downloadable format (such as CHM) would be a nice bonus ;-)
This was one of the best sites but has not been updated since at least July. 2009, iirc.
You'll find a lot of useful info here, too.
For my JS documentation needs I use google search with appended mdc
like this:
http://www.google.com/search?q=mdc+addeventlistener
The results come up with links to Mozilla Developer Center which is the best documented site ATM. It includes notes on browser incompatibilities too.
精彩评论