Iterating over jQuery and non-jQuery Objects
jQuery provides an object iterator utility called $.each() as well as a jQuery collection iterator: .each(). These are not interchangeable.
ref
jQuery doc:
http://learn.jquery.com/using-jquery-...
codes in video:
[email protected]:goodagood/testexp.git