Selectores de JQuery

Laten we beginnen. Het is Gratis
of registreren met je e-mailadres
Selectores de JQuery Door Mind Map: Selectores de JQuery

1. Selectores

1.1. Básico

1.1.1. *

1.1.2. .(clase)

1.1.3. #(id)

1.1.4. Tagname(nombre de etiqueta)

1.1.5. Selector1,Selector2, selector 3, .....(selecto)

1.2. Jerarquía

1.2.1. Descendiente ancestro

1.2.2. Padre > hijo

1.2.3. Anterior + siguiente

1.2.4. Anterior ~ hermanos

1.3. Filtro

1.3.1. Atributo

1.3.1.1. |

1.3.1.1.1. [atributo]

1.3.1.2. [atributo="valor"]

1.3.1.3. [atributo!="valor"]

1.3.1.4. [atributo*=valor]

1.3.1.5. [atributo ="valor"]

1.3.1.6. [atributo |="valor"]

1.3.1.7. [atributo ^="valor"]

1.3.1.8. [atributo$="value"]

1.3.1.9. [atributo][atributo2][atributo3]

1.3.2. Contenido

1.3.2.1. :contains("texto")

1.3.2.2. :empty

1.3.2.3. :has(selector )

1.3.2.4. :parent

1.3.3. Coleccion

1.3.3.1. :first

1.3.3.2. :last

1.3.3.3. :odd

1.3.3.4. :even

1.3.3.5. :gt

1.3.3.6. :lt

1.3.3.7. :eq

1.3.4. Hijo

1.3.4.1. :first-child

1.3.4.2. :last-child

1.3.4.3. :only-child

1.3.4.4. :nth-child()

1.3.5. Visibilidad

1.3.5.1. :visible

1.3.5.2. :hidden

1.3.6. Other

1.3.6.1. :animated

1.3.6.2. :focus

1.3.6.3. :header

2. scrollset

2.1. scrollset()

2.2. scrollset(value)

3. scrollTop

4. position

4.1. position()

5. width

6. Estilos

6.1. css

6.1.1. css(propName)

6.1.2. css(propName,value)

6.1.3. css(propName, function(index,value))

6.1.4. css(map)

6.2. height

6.2.1. height()

6.2.2. height(value)

6.2.3. height(function(index,value))

6.3. innerHeight

6.3.1. innerHeight()

6.4. innerWidth

6.5. outerHeight

6.5.1. outerHeight([include margin])

6.6. outerWidth

6.7. offset

6.7.1. offset()

6.7.2. offset(coordinates)

6.7.3. offset(function(index,coordinates))