Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nmicht/taller-jquery
Manipulación de DOM con jQuery en 4 horas
https://github.com/nmicht/taller-jquery
Last synced: 19 days ago
JSON representation
Manipulación de DOM con jQuery en 4 horas
- Host: GitHub
- URL: https://github.com/nmicht/taller-jquery
- Owner: nmicht
- Created: 2013-05-13T21:16:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-28T15:05:11.000Z (over 8 years ago)
- Last Synced: 2023-03-29T00:40:20.466Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PRIMERA SESION
##Parte 1
1. Aprendiendo a utilizar el web-developer de chrome
1. ¿Qué es jQuery?
2. Agregar jQuery al HTML
3. La función jQuery()
4. La función $
5. Cambiar el texto a un elemento en el DOM
6. Asignar CSS
7. Obtener el alto y ancho de un elemento
8. Agregar clase
9. Quitar clase
10. Cambiar atributos
11. Quitar atributos##Parte 2
1. Guardar elementos en variables##Parte 3
1. document.ready
2. Hijos, padres y hermanos
3. Recorriendo el DOM con nth-child, eq, next y prev# SEGUNDA SESION
## Parte 4
1. Contar elementos
1. Clonación
1. Inserciones a DOM
1. Mover elementos en DOM
1. Quitar hijos## Parte 5
1. Filtros
1. Animaciones## Parte 6
1. Funciones
1. this vs $(this)
1. Eventos