<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
    <script type="text/javascript" src="Scripts/jquery-1.4.1.min.js"></script>
    <script type="text/javascript">
        $(document).ready(function () {
            $("#Button1").click(function () { $("#id").hide(); });
            $("#Button2").click(function () { $(".class").hide(); });
            $("#Button3").click(function () { $("span").hide(); });
        });
    </script>
</head>
<body>
    <p />
       
</body>
</html>

相关文章:

  • 2022-01-07
  • 2022-12-23
  • 2022-01-23
  • 2021-08-06
  • 2021-11-29
  • 2022-12-23
猜你喜欢
  • 2021-08-09
  • 2021-12-16
  • 2022-12-23
  • 2021-12-15
  • 2022-01-08
  • 2022-12-23
  • 2022-02-07
相关资源
相似解决方案