Class Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
  Ajax
  Array
C
  Chain
  Class
  Cookie
D
  Drag.Base
  Drag.Move
E
  Element
  Elements
F
  Function
  Fx. Accordion
  Fx.Base
  Fx. Color
  Fx. Elements
  Fx. Height
  Fx. Opacity
  Fx. Scroll
  Fx. Slide
  Fx. Style
  Fx. Styles
  Fx. Transitions
  Fx. Width
J
  Json
N
  Number
S
  Sortables
  String
T
  Tips
W
  Window
For all your asynchronous needs.
A collection of The Array Object prototype methods.
The base class object of the http://mootools.net framework.
Class for creating, getting, and removing cookies.
Modify two css properties of an element based on the position of the mouse.
Extends <Drag.Base>, has additional functionality for dragging an element (modifying its left and top values).
function $( el )
returns the element passed in with all the Element prototypes applied.
Custom class to allow all of its methods to be used with any DOM element via the dollar function $.
function $S()
Selects DOM elements based on css selector(s).
Methods for dom queries arrays, as $S.
A collection of The Function Object prototype methods.
The Fx.Accordion function creates a group of elements that are toggled when their handles are clicked.
Base class for the Mootools fx library.
Smoothly transitions the color of an element; Extends <Fx.Base>, inherits all its properties.
Fx.Elements allows you to apply any number of styles trantisions to a selection of elements.
Alters the height of an element.
Same as Fx.Height, but uses Opacity.
The scroller effect; scrolls an element or the window to a location.
The slide effect; slides an element in horizontally or vertically, the contents will fold inside.
The Style effect; Extends <Fx.Base>, inherits all its properties.
Allows you to animate multiple css properties at once; Extends <Fx.Base>, inherits all its properties.
A collection of transition equations for use with the <Fx> Class.
Same as Fx.Height, but uses Width.
Simple Json parser and Stringyfier, See: http://www.json.org/
contains the internal method toInt.
Creates an interface for <Drag> and drop, resorting of a list.
A collection of The String Object prototype methods.
Display a tip on any element with a title and/or href.
Cross browser methods to get the window size, onDomReady method.