Question - What is the use of the each() function in jQuery?
Answer -
The each() function in jQuery is used to iterate over a set of elements. A function can be passed to each() method. This will result in the execution of each of the events for which the object has been called.