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.[147648]
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.[147018]
An open source, portable JavaScript toolkit that lets you build interactive modules quickly, animate transitions, and construct Ajax requests with ease.[144926]
The Get Utility provides a mechanism for attaching script and CSS resources â including cross-domain resources â to the DOM after the page has loaded.[142717]
This script creates tooltips for anything on your page. You select what tags it can be attached to and then just add them to the page.[141146]
This script works by sliding the background image of one DIV element, using the background-position to correspond with the coordinates of another DIV. Great for showing details in a small space.[140353]
Set "go live" and "expire" dates for content, such as "Latest News" or various promotional content. Great for when you don't have time to remember to go back and take old content down, or when you want to create content and have it go live at a later date.[139151]
Use this snippet to display text on a Web page when testing and doing design layout work. The amount and type of text can easily be changed, according to your preferences and needs.[137660]
This script provides a panorama view of an image, without using Flash or Java. Scrolls to the left and to the right. Easy to implement.[136746]
External JavaScript files block downloads and hurt your page performance, but there is an easy way to work around this problem: use dynamic scripts tags and load scripts in parallel, improving the page loading speed and the user experience.[135182]