为了账号安全,请及时绑定邮箱和手机立即绑定

jQuery基础课程

难度初级
时长 9小时58分
学习人数
综合评分9.23
402人评价 查看评价
9.6 内容实用
9.2 简洁易懂
8.9 逻辑清晰
addClass() and removeClass();
attr() special the attribute of field.
验证有点扯淡 必须是指定的两个颜色才可以通过.
有点奇怪 必须等到我输入下一行的时候才会出来样式。。。
it's useful to think using selector in many ways
:+input type can select the input field with the given type.
// $("input[type='submit']").addClass("bg_red");
there are more than one method you can use to select the field you needed.
it's easy to remember the law of the selector Syntax
$("div").unbind();不设参数去除该元素所有事件!
插件还可以啊,可以用用。
我的天啊,终于看到视频了。
还行哦,只是这是简单的动画。
<body><ul><li>1</li>...<li>8</li><a href="#">更多</a></ul></body><script"> $("li:gt(3):not(:last)").hide(); $("a").click(function(){ var a =$("a").html(); if(a=="更多"){ $("a").html("简化"); $("li").show();return; }else{ $("a").html("更多");$("li:gt(3):not(:last)").hide();return; }})</script>
呵呵 呵呵 呵呵呵
课程须知
您需要知道HTML、JavaScript和CSS样式的基础语法,并能使用这些语法构建一个DIV+CSS结构页的完整过程。
老师告诉你能学到什么?
通过本课程的学习,您可以由浅入深地全面了解jQuery框架的基础知识,掌握并使用jQuery操控DOM元素的方法与技巧,深入理解jQuery框架提供的各类API与函数的工作原理和自定义jQuery插件的各项技能。

微信扫码,参与3人拼团

微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号

友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消