为了账号安全,请及时绑定邮箱和手机立即绑定

为什么第一二中方法颜色没有 .css是jq的方法吧

为什么第一二中方法颜色没有 .css是jq的方法吧

慕九州8427191 2018-11-03 10:53:19
<!DOCTYPE html><html>  <head>    <meta charset="utf-8">    <title></title>    <style media="screen">      #email{        width: 250px;        background-color: rgb(173, 182, 191);      }    </style>  </head>  <body>    <div class="">      请输入邮箱:<input id="email" type="text" name="" value="" placeholder="请输入邮箱:例如123231@qq.com" required>*<br>    </div>    <script type="text/javascript">      //封装获得id      function $id(id){         return document.getElementById(id);      }      //获得邮箱      $id("email").onblur=function () {        var regExp=/^[0-9a-zA-Z_]+[@][0-9a-zA-Z_]+(.[a-zA-Z]{1,2})$/;        if (regExp.test(this.vale)) {          // this.setAttribute('backgroung-color','greed');          // this.style.backgroundColor = "green";          this.style.cssText='background-color:green;width:10px;'        }        else {          // this.setAttribute('backgroung-color','red');            // this.style.backgroundColor = "red";            this.style.cssText='background-color:red;width:10px;'        }      }    </script>  </body></html>
查看完整描述

1 回答

?
瑜伽兔子

TA贡献10条经验 获得超3个赞

this.value 拼写错了 

查看完整回答
反对 回复 2018-11-05
  • 1 回答
  • 0 关注
  • 616 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信