$('#contentLeft li').each(function() {

alert($(this).attr("id"));

});