I can't seem to quite figure this one out; not sure if I'm even providing a test
健康)状况; 此外,“空白”变量用于在循环期间保存具有“.required”类的元素的值。
function containsBlanks(){
var blanks = new Array();
$required.each(function(){
blanks.($(this).val() == "");
});
return(true);
}