Ajax
$.ajax( Map )ajaxComplete( Func ) ajaxError( Func ) ajaxSend( Func ) $.ajaxSetup( Map ) ajaxStart( Func ) ajaxStop( Func ) ajaxSuccess( Func ) $.ajaxTimeout( Num ) $.get( Str, Map, Func ) $.getIfModified( Str, Map, Func ) $.getJSON( Str, Map, Func ) $.getScript( Str, Func ) load( Str, Obj, Func ) loadIfModified( Str, Map, Func ) $.post( Str, Map, Func ) serialize( ) Core
$( Str )$( Elem|Array<Elem> ) $( Func ) $( Str, Elem | jQuery ) each( Func ) eq( Num ) $.extend( Obj ) get( ) get( Num ) gt( Num ) index( Elem ) length lt( Num ) $.noConflict( ) size( ) CSS
css( Str ) css( Map ) css( Str, Str | Num ) height( ) height( Str | Num ) width( ) width( Str | Num ) JavaScript
$.browser$.each( Obj, Func ) $.extend( Obj, Obj, Obj ) $.grep( Array, Func, Boolean ) $.map( Array, Func ) $.merge( Array, Array ) $.trim( Str ) |
DOM
AttributesaddClass( Str ) attr( Str ) attr( Map ) attr( Str, Obj ) attr( Str, Func ) html( ) html( Str ) removeAttr( Str ) removeClass( Str ) text( ) text( Str ) toggleClass( Str ) val( ) val( Str ) - Manipulation - after( <Content> ) append( <Content> ) appendTo( <Content> ) before( <Content> ) clone( Boolean ) empty( ) insertAfter( <Content> ) insertBefore( <Content> ) prepend( <Content> ) prependTo( <Content> ) remove( Str ) wrap( Str ) wrap( Elem ) - Traversing - add( Str ) add( Str ) add( Elem|Array<Elem> ) children( Str ) contains( Str ) end( ) filter( Str ) filter( Func ) find( Str ) is( Str ) next( Str ) not( Elem ) not( Str ) not( jQuery ) parent( Str ) parents( Str ) prev( Str ) siblings( Str ) |
Events
bind( Str, Obj, Func )blur( ) blur( Func ) change( Func ) click( ) click( Func ) dblclick( Func ) error( Func ) focus( ) focus( Func ) hover( Func, Func ) keydown( Func ) keypress( Func ) keyup( Func ) load( Func ) mousedown( Func ) mousemove( Func ) mouseout( Func ) mouseover( Func ) mouseup( Func ) one( Str, Obj, Func ) ready( Func ) resize( Func ) scroll( Func ) select( ) select( Func ) submit( ) submit( Func ) toggle( Func, Func ) trigger( Str ) unbind( Str, Func ) unload( Func ) Effects
animate( Hash, Str | Num, Str, Func )fadeIn( Str | Num, Func ) fadeOut( Str | Num, Func ) fadeTo( Str | Num, Num, Func ) hide( ) hide( Str | Num, Func ) show( ) show( Str | Num, Func ) slideDown( Str | Num, Func ) slideToggle( Str | Num, Func ) slideUp( Str | Num, Func ) toggle( ) |
KEY :: Obj: Object · Func: Function · Num: Number · Str: String · Elem: Element |