JQuery for each Loop example

jQuery.each() function. 
In this article,I will explain How to use JQuery for each Loop with example.The jQuery library provides a jQuery .each() method, which will loop through each  matched element.
The jQuery .each() function is used to loop through each matched element.

Syntax:
.each(function(index,Element))