02jquery01-02解决之前js的问题

1.2jquery解决问题

<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title>Jquery解决问题</title>
    <style>
        *{
            margin: 0;
            padding: 0;
        }
        div {
            height: 200px;
            background-color: pink;
            margin-bottom: 10px;
            display: none;
        }
    </style>
    <script src="jquery-1.11.1.min.js"></script>
    <script>
        $(document).ready(function(){
            $("#btn").click(function () {
                $("div").show(1000).html("我是内容");
            });
        });
//        $(document).ready(function () {
//            alert(11111);
//        });
    </script>
</head>
<body>
<button id="btn">按钮</button>
<div></div>
<div></div>
<div></div>
</body>
</html>

1.3jquery基本使用:
jquery-1.11.1.js
jquery-1.11.1.min.js 压缩版
jquery2.xxx不支持ie6,7,8
最新jquery3.0
$ is not defined:没有引用jquery包,或者放到了之后了。

**

JQuery下载地址:
http://www.jq22.com/jquery-info122
jquery插件库:
http://www.jq22.com/

**

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值