Client-Side JavaScript Guide - http://docs.sun.com/source/816-6408-10/
Books on how to use core and client-side JavaScript. |
DevGuru JavaScript Quick Reference - http://www.devguru.com/Technologies/ecmascript/quickref/javascript_index.html
List of every command and function with individual page descriptions. |
DOM Node and Object Structure Summary - http://www.howtocreate.co.uk/tutorials/index.php?tut=0&part=28
This gives all properties, collections and methods of the W3C DOM that can be reliably used in all major DOM browsers, as well as document.styleSheets, which is very unreliable, but useful if it works. |
Dr. Clue's javascript reference - http://www.drclue.net/F1.cgi/JAVASCRIPT/JAVASCRIPT.html
a handy repackaging and extension of javascript documentation designed for quick reference as well as detailed study. |
ECMA-262: ECMAScript specification - http://www.ecma-international.org/publications/standards/Ecma-262.htm
The official specification for ECMAScript, the vendor-neutral standard for what was originally Netscape's JavaScript. |
JavaScript 2.0 at Mozilla.org - http://www.mozilla.org/js/language/js20/index.html
language design page for JavaScript 2.0, which extends JavaScript with classes, packages and types. |
JavaScript and Browser Objects Quick Reference - http://www.dannyg.com/ref/jsquickref.html
Free downloadable reference guide to JavaScript objects and properties in PDF format, designed for printing. Covers all versions of JavaScript, and indicates which browsers support each object or language element. From Danny Goodman's book "JavaScript Bible". |
JavaScript Object Hierarchy - http://archive.devx.com/projectcool/developer/reference/jscript_obj.html
A table of the most commonly used JavaScript objects, with all of their properties, methods, and event handlers. |
JavaScript R&E Site - http://fluffycat.com/javascript/
reference, syntax, and examples you can use. |
Microsoft JScript - http://msdn.microsoft.com/en-us/library/72bd815a(VS.80).aspx
Microsoft JScript documentation: JScript User's Guide. Using JScript in Internet Explorer. JScript Language Reference. |