jQuery Tutorial plus Question:

Define the use of each function in jQuery?

Answer:

Each function is used to iterate each and every element of an object. It is used to loop DOM elements, arrays and the object properties.

Read All 91 jQuery Questions
Previous QuestionNext Question
Define the use jQuery.data method?Explain the difference between size and length of jQuery?