Please enable JavaScript to use CodeHS

Web Development

Lesson 2.2 Iterating with jQuery

Description

In this lesson, students learn how to iterate through selected jQuery elements using the .each function.


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.