Function 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
E
  evaluate, Json
  extend, Object
G
  getElementsByClassName, document
N
  Native, Object
T
  toQuerySTring, Object
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.
evaluate: function( str )
converts a json string to an object.
Object.extend = function()
Copies all the properties from the second passed object to the first passed Object.
Returns all the elements that match a specific class name.
Object.Native = function()
Implements the passed in properties to the base Class prototypes, altering the base class, unlike <Class.extend>.
Will add a .extend method to the objects passed as a parameter, equivalent to Class.implement
Generates a querysting from a key/pair values in an object