jQuery 1.4 API Cheat Sheet
printable PDF version
PNG version
SelectorsBasic FiltersAttribute FiltersLegendConventional signs[obj] — array of objects
1.4+ — new in 1.4
1.4∗ — changed in 1.4
Data types* — anything
$ — jQuery object
arr — array
bool — boolean
el — DOM element
fn — function
int — integer
obj — object
str — string
XHR — XMLHttpRequest
http://futurecolors.ru/jquery/ ver. 15-01-2010 |
CorejQuery functionInteroperabilityAttributesAttributesClassHTML, textCSSPositioningHeight and Width |
TraversingFilteringTree traversalManipulationInserting InsideInserting OutsideInserting AroundCopying |
EventsPage LoadEvent HandlingInteraction HelpersEvent Helpers$ .blur( [fn] ),
.mousedown( [fn] ),
.change( [fn] ),
.mouseenter( [fn] ),
.click( [fn] ),
.mouseleave( [fn] ),
.dblclick( [fn] ),
.mousemove( [fn] ),
.error( [fn] ),
.mouseout( [fn] ),
.focus( [fn] ),
.mouseout( [fn] ),
.mouseup( [fn] ),
.resize( [fn] ),
.keydown( [fn] ),
.scroll( [fn] ),
.keypress( [fn] ),
.select( [fn] ),
.keyup( [fn] ),
.submit( [fn] ),
.load( fn ),
.unload( fn )
|
AJAXLow-Level InterfaceXHRjQuery.ajax( options )
Shorthand MethodsGlobal Ajax Event HandlersUtilitiesBrowser and Feature DetectionBasic operationsData functionsTest operations |
Source: http://futurecolors.ru/jquery/