| $#! | |
| $ | |
| $$ | |
| $A | |
| $clear | |
| $E | |
| $Element | |
| $ES | |
| $S | |
| $type | |
| E | |
| evaluate, Json | |
| extend, Object | |
| G | |
| getElementsByClassName, document | |
| N | |
| Native, Object | |
| T | |
| toQuerySTring, Object |
returns the element passed in with all the Element prototypes applied.
function $( el )
Selects DOM elements based on css selector(s).
function $S()
function $A( array )
clears a timeout or an Interval.
function $clear( timer )
Selects a single (i.e.
function $E( selector, filter )
Applies a method with the passed in args to the passed in element.
function $Element( el, method, args )
Returns a collection of Elements that match the selector passed in limited to the scope of the optional filter.
function $ES( selector, filter )
Returns the type of object that matches the element passed in.
function $type( obj )
converts a json string to an object.
evaluate: function( str )
Copies all the properties from the second passed object to the first passed Object.
Object.extend = function()
Object.Native = function()