首页 > Web开发 > 详细

jquery1   $(this).hde();

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

<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();

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!