$('.no_nul').each(function(){ if ($(this).val() == ""){ $(this).css('border','1px solid red'); } else { alert($(this).val()); } });