The JavaScript Source is an excellent JavaScript resource with tons of "cut and paste" JavaScript examples for your Web pages. All for free!
Latest Additions to The JavaScript Source
Snippets:Detecting Google Chrome - Need to check Google's new browser to see if it has a quirk that none of the other browsers have? You can detect Chrome by using this snippet in your scripts.
Miscellaneous:Scrolling & Expanding List - This list scrolls within a DIV, and also fully expands. East to implement. Can be used in many different ways.
Tutorials:MooTools Basic Tips for Web Designer: Part 1 - This tutorial series illustrates some simple tips to begin working with MooTools. This first installment shows how to manipulate element properties, in particular how to get DOM element by ID, how to use getStyle(), setStyle(), and toInt() and some examples to introduce writing unobtrusive JavaScript code.
Miscellaneous:JSLint - This script takes a JavaScript source, scans it, and returns a message describing any problems and their approximate location within the source. It looks at some style conventions as well as structural problems. It does not prove that your script is correct, it just provides another set of eyes to help spot problems.
More Scripts: We add new scripts and tutorials on a regular basis. Be sure you didn't miss any of the most recent additions.
Keep up with our latest scripts and tutorials: Subscribe to our XML/RSS feed
Attention JavaScript Coders
Want some recognition for your scripts? Submit them to us and they can be featured on JavaScript Source!