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