var inp = $(".form-control").val().trim(); if ( inp === "" ){ alert(vr + ' can not be left blank'); $(this).next().html(vr + " is empty ");
確定! 回上一頁