I’ve been searching around online for a while now and I can’t seem to find any particularly impressive function references for JavaScript.
Of course, QuirksMode and w3schools have good information, but they’re not as complete for JavaScript as the flash component reference and jQuery API are for flash and jQuery.
So does anyone know of a good JavaScript reference with some or all of the following qualities?
- Documentation on most functions/objects/packages/prototypes
- Browser compatibility
- examples of usage
- clean layout
- community comments/examples
- library APIs
Mozilla has very complete docs:
https://developer.mozilla.org/en/JavaScript/Reference
DevGuru has a very complete list also
http://www.devguru.com/technologies/ecmascript/quickref/javascript_index.html
in addition if you want to see all the quirky differences that Microsoft implemented then MSDN provides a fairly complete (but not frequently updated or corrected) set of docs here:
http://msdn.microsoft.com/en-us/library/ms533054%28v=VS.85%29.aspx