Please enable JavaScript to use CodeHS

Diseño y Desarrollo Web

Lesson 6.2 Iterar con jQuery

Description

En esta lección, los alumnos aprenderán a iterar a través de elementos jQuery seleccionados utilizando la función .each.


Objective

Students will be able to:

  • Use the each function to iterate through selected jQuery elements and appropriately use the each function parameters.
  • Explain when each should and should not be used for any given jQuery selection.