1. 主页
  2. 文档
  3. JQUERY
  4. 第1章 jQuery入门

第1章 jQuery入门

<script src="js/jquery-2.0.2.js"></script>
<input type="text" value="按钮">
    <script>
        $(function() {
            $('input').click(function() {
                alert(1);
            });
        })
    </script>
这篇文章对您有用吗?

我们要如何帮助您?