Functions and Methods

JavaScript has a huge number of methods and functions available. The cheat sheet lists these in various sections. On the left is a list of simple methods in JavaScript. On the right are DOM methods. Functions are in their own section at the bottom of the page.
XMLHttpRequest

The XMLHttpRequest object is relatively new to JavaScript. It is used to make requests and receive responses in XML format from a server, allowing developers to create interactivity with the server without the need for page refreshes (see the "Live Search" on the right of this page for an example). This section of the cheat sheet is a short reference to the object, containing a list of useful methods and properties, the syntax for creating the object in different browsers, and the various readyState values.
JavaScript in HTML

This section contains simple HTML, showing how to add JavaScript to an HTML document.
Regular Expressions

JavaScript contains support for regular expressions. This section shows the format, modifiers and pattern syntax of regular expressions in JavaScript.
Event Handlers

Personally, I often forget the exact names of the various event handlers in JavaScript. This list contains all of the event handlers available in JavaScript.
So now that you know what it does, please feel free to print out the JavaScript cheat sheet:
Please note: If you wish to link to the JavaScript cheat sheet from elsewhere, please link to this page so others find the description, rather than linking directly to the sheet.
And finally, if you like the cheat sheets, and want to say thanks, I do have an Amazon Wishlist. Thankyou very much to those who have already hunted it down and sent me something nice - I'm very grateful!
Tags
Syndication
If you like this post, subscribe to my full feed or partial feed.

ILoveJackDaniels.com is the online playground of