10 jQuery/JavaScript Documentation Resources
1. jQAPI – Alternative jQuery Documentation – For Version 1.6
To Do (What is still on the list.)
> Fix links to other pages.
> Make a page for the different return types and fix the links.
> Auto scroll the navigation when keys are used.
Source
2. jQuery API Browser
The API browser will work in Safari, Firefox 3 and IE7.
Source
3. jQuery Core API
Adds more elements, matched by the given expression, to the set of matched elements.
Source
4. jQuery API
5. Visual jQuery 1.3
6. Mozilla Developer Network
The MDN has become the de facto resource for JavaScript documentation, and is an excellent resource for beginners and seasoned developers alike. The MDN also has a thorough DOM reference, which we highly recommend checking out as well.
Source
7. 14 Days of jQuery
Here’s to bring you fourteen consecutive days of new releases to celebrate the release of jQuery 1.4.
Source
8. How to Node
It offers a great collection of articles on NodeJS development since not all JavaScript development takes place in the browser. NodeJS is one of the web’s most popular server-side JavaScript frameworks, whether you’re a seasoned Node developer or someone who’s looking to add server-side JavaScript to his repertoire.
9. Douglas Crockford’s JavaScript Videos
An undisputed expert in JavaScript, Douglas Crockford is Yahoo’s JavaScript architect and is one of the individuals instrumental in the planning, development and future growth of the language. The videos and transcripts on the YUI blog derive from a series of talks given by Mr. Crockford about the history of JavaScript, its future and its use today.
Source