码迷,mamicode.com
首页 > Web开发 > 详细

jquery1   $(this).hde();

时间:2015-08-19 11:26:19      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:function   document   button   

<html>
<head>
<script type="text/javascript" src="/jquery/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
  $("button").click(function(){
  $(this).hide();
});
});
</script>
</head>

<body>

<button type="button"> button1 </button>

<button type="button">button2  </bttton>

</body>

</html>

jquery1   $(this).hde();

标签:function   document   button   

原文地址:http://bigcrab.blog.51cto.com/10626858/1685761

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!