What is the use of jquery .each() function? Technology Community › Category: jQuery › What is the use of jquery .each() function? 0 Vote Up Vote Down VietMX Staff asked 4 years ago The $.each() function is used to iterate over a jQuery object. The $.each() function can be used to iterate over any collection, whether it is an object or an array.