<html>
<head></head>
<script type="text/javascript" src="jquery-1.9.1.js" ></script>
<script type="text/javascript">
$(function(){
	$('input').click(function(){alert("哈哈")});
});
</script>
<body>
<input type='button' name='button' value='按钮'/>
</body>
</html>

  

相关文章:

  • 2021-07-26
  • 2021-12-09
  • 2021-09-08
  • 2021-11-30
  • 2022-01-08
  • 2022-01-07
  • 2022-01-03
猜你喜欢
  • 2021-12-21
  • 2021-10-25
  • 2021-08-31
  • 2021-12-03
相关资源
相似解决方案