Property 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
  action, Elements
  addClass, Element
  addEvent, Element
  adopt, Element
  appendText, Element
  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
  circIn, Fx. Transitions
  circInOut, Fx. Transitions
  circOut, Fx. Transitions
  clean, String
  clearChain, Chain
  clearTimer, Fx.Base
  clone, Element
  copy, Array
  create, Class
  cubicIn, Fx. Transitions
  cubicInOut, Fx. Transitions
  cubicOut, Fx. Transitions
  custom
D
  delay, Function
  disableImageCache, Window
  down, Fx. Scroll
E
  each, Array
  effect, Element
  effects, Element
  elasticIn, Fx. Transitions
  elasticInOut, Fx. Transitions
  elasticOut, Fx. Transitions
  empty, Class
  evalScripts, Ajax
  expoIn, Fx. Transitions
  expoInOut, Fx. Transitions
  expoOut, Fx. Transitions
  extend
F
  fromColor, Fx. Color
G
  get, Cookie
  getElement, Element
  getElements, Element
  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
H
  hasClass, Element
  hexToRgb, String
  hide
I
  implement, Class
  initialize, Element
  injectAfter, Element
  injectBefore, Element
  injectInside, Element
L
  linear, Fx. Transitions
M
  makeDraggable, Element
  makeResizable, Element
O
  onDomReady, Window
P
  pass, Function
  periodical, Function
Q
  quadIn, Fx. Transitions
  quadInOut, Fx. Transitions
  quartIn, Fx. Transitions
  quartInOut, Fx. Transitions
  quartOut, Fx. Transitions
  quatOut, Fx. Transitions
  quintIn, Fx. Transitions
  quintInOut, Fx. Transitions
  quintOut, Fx. Transitions
R
  remove
  removeClass, Element
  removeEvent, Element
  replaceWith, Element
  request, Ajax
  rgbToHex, String
S
  send, Element
  set
  setHTML, Element
  setOpacity, Element
  setProperties, Element
  setProperty, Element
  setStyle, Element
  setStyles, Element
  show
  showThisHideOpen, Fx. Accordion
  sineIn, Fx. Transitions
  sineInOut, Fx. Transitions
  sineOut, Fx. Transitions
T
  test
  toColor, Fx. Color
  toggle
  toggleClass, Element
  toInt
  toQueryString, Element
  toString, Json
  trim, String
U
  up, Fx. Scroll
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.
Appends text node to a DOM element.
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.
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.
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.
Scrolls an element down to the bottom of its scroll height.
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>.
Returns an empty function
Executes scripts in the response text
Extends an array with another
Returns the copy of the Class extended with the passed in properties.
Transitions from the color passed in to the current color of the element.
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 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.
Tests the Element to see if it has the passed in className.
Converts a hexidecimal color value to RGB.
Hides the element without a transition.
Same as <Fx.Base.set>(0)
Implements the passed in properties to the base Class prototypes, altering the base class, unlike <Class.extend>.
Creates a new element of the type passed in.
Same as <Element.injectBefore>, but inserts the element after.
Inserts the Element before the passed element.
Same as <Element.injectBefore>, but inserts the element inside.
Makes an element draggable with the supplied options.
Makes an element resizable (by dragging) with the supplied options.
Executes the passed in function when the DOM is ready (when the document tree has loaded, not waiting for images).
Shortcut to create closures with arguments and bind.
Executes a function in the specified intervals of time
Removes an item from the array.
Removes a cookie from the browser.
Removes the Element from the DOM.
works like <Element.addClass>, but removes the class from the element.
Works as Element.addEvent, but instead removes the previously added event listener.
Replaces the Element with an element passed.
Executes the ajax request.
Converts an RGB value to hexidecimal.
Sends a form with an ajax post request
Sets a cookie in the browser.
Immediately sets the value with no transition.
Sets the innerHTML of the Element.
Sets the opacity of the Element, and sets also visibility == “hidden” if opacity == 0, and visibility = “visible” if opacity == 1.
Sets numerous attributes for the Element.
Sets an attribute for the Element.
Sets a css property to the Element.
Applies a collection of styles to the Element.
Size the element to its full scrollHeight immediatly, without applying a transition.
Shows the element without a transition.
Shows a specific item and hides all others.
Tests an array for the presence of an item.
Tests a string with a regular expression.
Transitions to the color passed in from the current color of the element.
Toggles the height of an element from zero to it’s scrollHeight, and vice-versa.
Hides or shows a slide element, depending on its state;
Adds or removes the passed in class name to the element, depending on if it’s present or not.
Returns this number; useful because toInt must work on both Strings and Numbers.
parses a string to an integer.
Reads the children inputs of the Element and generates a query string, based on their values.
Converts an object to a string, to be passed in server-side scripts as a parameter.
Trims the leading and trailing spaces off a string.
Scrolls an element up to the top of its scroll height.