编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <script src="https://libs.baidu.com/jquery/2.0.0/jquery.min.js"> </script> <script> $(document).ready(function(){ $("button").click(function(){ $(this).hide(); }); }); </script> </head> <body> <button>点我</button> </body> </html>
结果:
【此窗口】
帮助?