| MooTools | My Object Oriented JavaScript Tools. |
MIT-style license.
Copyright © 2006-2007 [Valerio Proietti](http://mad4milk.net/).
[The MooTools production team](http://mootools.net/developers/).
| Core.js | |
| Files | |
| Browser.js | The Browser Core. |
| Array.js | Contains Array Prototypes like copy, each, contains, and remove. |
| Function.js | Contains Function Prototypes like create, bind, pass, and delay. |
| Number.js | Contains Number Prototypes like limit, round, times, and ceil. |
| String.js | Contains String Prototypes like camelCase, capitalize, test, and toInt. |
| Hash.js | Contains Hash Prototypes. |
| Event.js | Contains the Event Native, to make the event object completely crossbrowser. |
| Class.js | Contains the Class Function for easily creating, extending, and implementing reusable Classes. |
| Class. | Contains Utility Classes that can be implemented into your own Classes to ease the execution of many common tasks. |
| Element.js | One of the most important items in MooTools. |
| Element. | Contains Element methods for dealing with events, and custom Events. |
| Element. | Contains methods for interacting with the styles of Elements in a fashionable way. |
| Element. | Contains methods to work with size, scroll, or positioning of Elements and the window object. |
| Selectors.js | Adds advanced CSS Querying capabilities for targeting elements. |
| Domready.js | Contains the domready custom event. |
| JSON.js | JSON encoder and decoder. |
| Cookie.js | Class for creating, loading, and saving browser Cookies. |
| Swiff.js | Wrapper for embedding SWF movies. |
| Fx.js | Contains the basic animation logic to be extended by all other Fx Classes. |
| Fx. | Contains the CSS animation logic. |
| Fx. | Formerly Fx.Style, effect to transition any CSS property for an element. |
| Fx. | Formerly Fx.Styles, effect to transition any number of CSS properties for an element using an object of rules, or CSS based selector rules. |
| Fx. | Contains a set of advanced transitions to be used with any of the Fx Classes. |
| Request.js | Powerful all purpose Request Class. |
| Request. | Extends the basic Request Class with additional methods for interacting with HTML responses. |
| Request. | Extends the basic Request Class with additional methods for sending and receiving JSON data. |
Contains methods to work with size, scroll, or positioning of Elements and the window object.
MIT-style license.
Class for creating, loading, and saving browser Cookies.
MIT-style license.
Based on the functions by Peter-Paul Koch (http://quirksmode.org).
Contains a set of advanced transitions to be used with any of the Fx Classes.
MIT-style license.
Easing Equations by Robert Penner, http://www.robertpenner.com/easing/, modified and optimized to be used with MooTools.