$.each(myObject, function(key,valueObj){ alert(key + "/" + valueObj ); });
$('.myClassName').each(function() { alert( this.id ); });