Please enable JavaScript to use CodeHS

Arizona Software and App Design I

Lesson 8.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.