Summary
Keywords
Full Transcript
Quadragésima segunda aula do curso Desenvolvedor web full stack. jQuery CDN http://releases.jquery.com/ Todos os eventos jQuery https://api.jquery.com/category/events/ Principais eventos click() - https://api.jquery.com/click/ mouseover() - https://api.jquery.com/mouseover/ keyup() - https://api.jquery.com/keyup/ submit() - https://api.jquery.com/submit/ change() - https://api.jquery.com/change/ focus() - https://api.jquery.com/focus/ blur() - https://api.jquery.com/blur/ load() - https://api.jquery.com/load-event/ resize() - https://api.jquery.com/resize/ scroll() - https://api.jquery.com/scroll/ Efeitos (Exibir ou Ocultar) show() - https://api.jquery.com/show/ hide() - https://api.jquery.com/hide/ toggle() - https://api.jquery.com/toggle/ fadeIn() - https://api.jquery.com/fadeIn/ fadeOut() - https://api.jquery.com/fadeOut/ fadeToggle() - https://api.jquery.com/fadeToggle/ slideDown() - https://api.jquery.com/slideDown/ slideUp() - https://api.jquery.com/slideUp/ slideToggle() - https://api.jquery.com/slideToggle/ Métodos Transversing parent() - https://api.jquery.com/parent/ parents() - https://api.jquery.com/parents/ children() - https://api.jquery.com/children/ find() - https://api.jquery.com/find/ siblings() - https://api.jquery.com/siblings/ next() - https://api.jquery.com/next/ nextAll() - https://api.jquery.com/nextAll/ prev() - https://api.jquery.com/prev/ prevAll() - https://api.jquery.com/prevAll/
