jquery check box

if ($("#eulaLine").is(':checked')) {
          	       
          var mobile = $("#mobile").val();
           if (mobile.length < 2) {
               $("#checkResult").html("手機號碼不能爲空!");
               $("#mobile").val("");
               $("#mobile").focus();
               return;
               
           }
相關文章
相關標籤/搜索