button disabled置灰的一个小例子,自己用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了button disabled置灰的一个小例子,自己用相关的知识,希望对你有一定的参考价值。

<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<script src="http://libs.useso.com/js/jquery/1.9.1/jquery.min.js"></script>
<script>
$(document).ready(function () {
      $("#st").click(function () {
          if($("#btncode").attr("disabled")=="disabled"){
                 $("#btncode").attr("disabled", false);
                 alert("11111111111111111111");
             }
            else{
                $("#btncode").attr("disabled", true);
                alert("2222222222222222222222");
             }
        })
});
</script>
</head>

<body>
<input id="btncode" type="button" value="显示按钮"/>
<input id="st" type="button" value="设置按钮" />
</body>

</html>
asp.net mvc 理论群:516356157 人还少

 

以上是关于button disabled置灰的一个小例子,自己用的主要内容,如果未能解决你的问题,请参考以下文章

Android 12 实用更新:置灰的控件也可以点击啦

怎样用jsp标签把按钮置灰

Button系列:自定义高亮和置灰效果

交互-按钮置灰与不置灰

如何实现全网置灰?CSS3来解决

如何实现全网置灰?CSS3来解决