Guia Rapido Jquery
Evento “pronto” (executará esta função quando
$(document).ready(function(){
o documento html for carregado)
Pode ser um aquivo externo
$(”.botao”).click(function(){
$(”#painel”).slideDown(”slow”);
});
});
Chamada, use um selector
Atribui um evento click ao elemento selecionado anteriormente
Efeito a ser aplicado no #painel
Onde aplicar a função
Essência
CSS
$( html )
$( elementos )
$( selector[, contexto] )
$( função (ready) )
$.extend( prop )
$.fn.extend( prop )
$.noConflict( extreme )
$().data( elemento )
$().data( elemento, nome )
$().data( elemento, nome, valor|valor|valor... )
$().each( mapeador )
$().get()
$().get( pos )
$().index( elemento )
$().length
$().removeData( element )
$().removeData( element, name )
$().size()
css( name ) css( { estilo } ) css( chave, valor ) height() height( valor ) offset() width() width( valor )
Seletores
*
E
E F
E > F
E + F
E ~ F
E,F,G
E[@atributo]
E[@atributo=valor]
E[@atributo^=valor]
E[@atributo$=valor]
E[@atributo*=valor]
E[@atributo~=valor]
E[@atributo!=valor]
E[atributo]
E#id
E.class
E:animated
E:button
E:checkbox
E:checked
E:contains( texto )
E:disabled
E:empty
E:enabled
E:eq( pos )
E,F,G são Tags
E:even
E:file
E:first
E:first-child
E:gt( pos )
E:has( seletor )
E:header
E:hidden
E:image
E:input
E:last
E:last-child
E:lt( pos )
E:not( seletor )
E:nth-child( num|expr )
E:odd
E:only-child
E:parent
E:password
E:radio
E:reset
E:selected
E:submit
E:text
E:visible
Eventos bind( evento[, dados], função ) trigger( tipo [, dados] ) triggerHandler( tipo [, dados] ) blur() mousedown( função ) blur( função ) mousemove( função ) change( função ) mouseout( função ) click() mouseover( função ) click( função ) mouseup( função ) dblclick( função ) one( tipo[, dados], função ) error( função ) ready( função ) focus() resize( função ) focus( função ) scroll( função ) hover( sobre ,