What is the use of jquery .each() function?



What is the use of jquery .each() function?..

Answer / chaitanya

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.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

How do you check if an element exists or not in jQuery?

1 Answers  


Which command will give a version of jQuery?

0 Answers  


How to add and remove css classes to an element using ?

0 Answers  


Define "beforesend(xhr)" paremeter of jquery ajax method?

0 Answers  


What are the approaches of extracting a query string with regular expressions?

0 Answers  






How to load jQuery locally when CDN fails?

1 Answers  


How can we apply css in div using jquery?

0 Answers  


Does jQuery 2.0 supports IE?

3 Answers  


Tell me how to select combobox select value and text using jquery?

0 Answers  


How can we show and hide an element via jquery?

0 Answers  


Which are the fastest selectors in jquery? : jquery mobile

0 Answers  


What is .remove()? : jquery mobile

0 Answers  


Categories