jQuery.each() | jQuery API Documentation
https://api.jquery.com/jQuery.each/
The $.each () function is not the same as $ (selector).each (), which is used to iterate, exclusively, over a jQuery object. The $.each () function can be used to iterate over any collection, whether it is an object or an array. In the case of an array, the callback is passed an array index and a corresponding array value each time.
DA: 63 PA: 33 MOZ Rank: 96