jquery check box

if ($("#eulaLine").is(':checked')) {
          	       
          var mobile = $("#mobile").val();
           if (mobile.length < 2) {
               $("#checkResult").html("手机号码不能为空!");
               $("#mobile").val("");
               $("#mobile").focus();
               return;
               
           }

 

posted on 2015-02-08 20:02  newr2006  阅读(280)  评论(0编辑  收藏  举报

导航