Log in / create account | Login with OpenID
DocForge
Programmer's Wiki

Mootools

From DocForge

This page is a stub. It's lacking in details and can use your help. Please contribute your knowledge to this page.

Mootools is an open source JavaScript library which provides cross-browser functionality for AJAX, visual effects, events, and various common necessities.

[edit] Element Extensions

Mootools extends the basic DOM element object with many useful functions and properties. While it can be cumbersome to find specific elements within the DOM, Mootools helps with Selectors. Elements can easily by found by name, class, or tag name.

The $() function is a simple way to find or extend a single element.

[edit] See Also