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
  $clear
  $E
  $Element
  $ES
  $S
  $type
A
  Accordion.js
  action, Elements
  addClass, Element
  addEvent, Element
  adopt, Element
  Ajax
  Ajax.js
  appendText, Element
  Array
  Array.js
  associate, Array
B
  backIn, Fx. Transitions
  backInOut, Fx. Transitions
  backOut, Fx. Transitions
  bind, Function
  bindAsEventListener, Function
  bounceIn, Fx. Transitions
  bounceInOut, Fx. Transitions
  bounceOut, Fx. Transitions
C
  callChain, Chain
  camelCase, String
  capitalize, String
  chain, Chain
  Chain
  circIn, Fx. Transitions
  circInOut, Fx. Transitions
  circOut, Fx. Transitions
  Class
  clean, String
  clearChain, Chain
  clearTimer, Fx.Base
  clone, Element
  Cookie
  Cookie.js
  copy, Array
  create, Class
  cubicIn, Fx. Transitions
  cubicInOut, Fx. Transitions
  cubicOut, Fx. Transitions
  custom
D
  delay, Function
  disableImageCache, Window
  document related functions
  Dom.js
  down, Fx. Scroll
  Drag.Base
  Drag.js
  Drag.Move
E
  each, Array
  effect, Element
  effects, Element
  elasticIn, Fx. Transitions
  elasticInOut, Fx. Transitions
  elasticOut, Fx. Transitions
  Element
  Element.js
  Elements
  empty, Class
  evalScripts, Ajax
  evaluate, Json
  expoIn, Fx. Transitions
  expoInOut, Fx. Transitions
  expoOut, Fx. Transitions
  extend
F
  fromColor, Fx. Color
  Function
  Function.js
  Functions
  Fx. Accordion
  Fx.Base
  Fx. Color
  Fx. Elements
  Fx. Height
  Fx.js
  Fx. Opacity
  Fx. Scroll
  Fx. Slide
  Fx. Style
  Fx. Styles
  Fx. Transitions
  Fx. Width
  Fxpack.js
  Fxtransitions.js
  Fxutils.js
G
  get, Cookie
  getElement, Element
  getElements, Element
  getElementsByClassName, document
  getHeight, Window
  getLast, Element
  getLeft, Element
  getNext, Element
  getPosition, Element
  getPrevious, Element
  getProperty, Element
  getScrollHeight, Window
  getScrollLeft, Window
  getScrollTop, Window
  getScrollWidth, Window
  getStyle, Element
  getTag, Element
  getTop, Element
  getValue, Element
  getWidth, Window
  goTo, Fx. Style
function $( el )
returns the element passed in with all the Element prototypes applied.
function $S()
Selects DOM elements based on css selector(s).
Same as $S
function $A( array )
Copy the array and returns it.
Same as Array.copy, but as function.
function $clear( timer )
clears a timeout or an Interval.
function $E( selector,
filter )
Selects a single (i.e.
function $Element( el,
method,
args )
Applies a method with the passed in args to the passed in element.
function $ES( selector,
filter )
Returns a collection of Elements that match the selector passed in limited to the scope of the optional filter.
function $type( obj )
Returns the type of object that matches the element passed in.
Fx.Elements and Accordion.
Applies the supplied actions collection to each Element in the collection.
Adds the passed in class to the Element, if the element doesnt already have it.
Attaches an event listener to a DOM element.
Inserts the passed element inside the Element.
For all your asynchronous needs.
Contains the ajax class.
Appends text node to a DOM element.
A collection of The Array Object prototype methods.
function $A( array )
Copy the array and returns it.
Same as Array.copy, but as function.
Contains Array prototypes and the function $A;
Creates an associative array based on the array of keywords passed in.
method to easily create closures with “this” altered.
cross browser method to pass event firer
Executes the first function of the Chain instance stack, then removes it.
Converts a hiphenated string to a camelcase string.
Converts the first letter in each word of a string to Uppercase.
adds a function to the Chain instance stack.
The base class object of the http://mootools.net framework.
trims (<String.trim>) a string AND removes all the double spaces in a string.
Clears the stack of a Chain instance.
Stops processing the transition.
Clones the Element and returns the cloned one.
Class for creating, getting, and removing cookies.
A cookie reader/creator
Copy the array and returns it.
same as new Class.
Executes an effect from one position to the other.
Transitions one color of the element specified in class creation smoothly from one color to the next.
Applies the passed in style transitions to each object named (see example).
The function you’ll actually use to execute a transition.
Delays the execution of a function by a specified duration.
Disables background image chache for internex explorer, to prevent flickering.
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 $.
Css Query related function and Element extensions
Scrolls an element down to the bottom of its scroll height.
Modify two css properties of an element based on the position of the mouse.
Contains Classes Drag.Base, Drag.Move and a couple of element methods to drag and resize your elements.
Extends <Drag.Base>, has additional functionality for dragging an element (modifying its left and top values).
Same as <Array.each>.
The Style effect; Extends <Fx.Base>, inherits all its properties.
Applies an Fx.Style to the Element; This a shortcut for Fx.Style.
Applies an <Fx.Styles> to the Element; This a shortcut for <Fx.Styles>.
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 $.
Contains useful Element prototypes, to be used with the dollar function $.
function $S()
Selects DOM elements based on css selector(s).
Methods for dom queries arrays, as $S.
Returns an empty function
Executes scripts in the response text
evaluate: function( str )
converts a json string to an object.
Extends an array with another
Returns the copy of the Class extended with the passed in properties.
Object.extend = function()
Copies all the properties from the second passed object to the first passed Object.
Transitions from the color passed in to the current color of the element.
A collection of The Function Object prototype methods.
Contains Function prototypes, utility functions and Chain.
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.
Applies visual transitions to any 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.
More Specific Effects.
Cool transitions, to be used with <Fx.Js>
Contains Fx.Height, Fx.Width, Fx.Opacity.
Gets the value of a cookie.
Gets all the elements within an element that match the given (single) selector.
Same as Element.getElements, but returns only the first.
Returns all the elements that match a specific class name.
Returns an integer representing the height of the browser.
Works as <Element.getPrevious>, but tries to find the lastChild.
Returns the distance from the left of the window to the Element.
Works as Element.getPrevious, but tries to find the nextSibling.
Returns an object with width, height, left, right, top, and bottom, representing the values of the Element
Returns the previousSibling of the Element, excluding text nodes.
Gets the an attribute of the Element.
Returns an integer representing the scrollHeight of the window.
Returns an integer representing the scrollLeft of the window (the number of pixels the window has scrolled from the left).
Returns an integer representing the scrollTop of the window (the number of pixels the window has scrolled from the top).
Returns an integer representing the scrollWidth of the window.
Returns the style of the Element given the property passed in.
Returns the tagName of the element in lower case.
Returns the distance from the top of the window to the Element.
Returns the value of the Element, if its tag is textarea, select or input.
Returns an integer representing the width of the browser.
will apply <Fx.Base.custom>, setting the starting point to the current position.