none
var isValid; $("input").each(function() { var element = $(this); if (element.val() == "") { isValid = false; } });