$(".mandatory").each(function(){ var field = $(this); if (!checkMandatory(field)) { hasErrors = true; } });