jquery iterat over object code example Example: iteration over jQuery object $('.myClassName').each(function() { alert( this.id ); });