正在加载图片...
绑定事件 案例2 <script src="jQuery/jquery-3 2 1. js" type="text/javascript"></script> Script) s(function( S(#btnBind"). bind(click", function o s(this). attr( disabled","disabled") }); }); scrIp </head〉 <body> Input id=btnBind type="button" value="Button" class=btn"> </body〉绑定事件  案例2  <script src="jQuery/jquery-3.2.1.js" type="text/javascript"></script>  <script>  $(function(){  $("#btnBind").bind("click",function(){  $(this).attr("disabled","disabled");  });  });  </script>  </head>  <body>  <input id="btnBind" type="button" value="Button" class="btn">  </body>
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有