1 / 23
文档名称:

前端技术培训.pptx

格式:pptx   大小:264KB   页数:23页
下载后只包含 1 个 PPTX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

前端技术培训.pptx

上传人:分享精品 2018/5/6 文件大小:264 KB

下载得到文件列表

前端技术培训.pptx

相关文档

文档介绍

文档介绍:jquery
The jQuery library contains the following features:
HTML/DOM manipulation
CSS manipulation
HTML event methods
Effects and animations
AJAX
Utilities
<head> <script src="jquery-"></script> </head>

http://w3schools./jquery/
2. jquery selectors
Selector
Example
Selects
*
$("*")
All elements
#id
$("#lastname")
The element with id="lastname"
.class
$(".intro")
All elements with class="intro"
.class,.class
$(".intro,.demo")
All elements with the class "intro" or "demo"
element
$("p")
All <p> elements
el1,el2,el3
$("h1,div,p")
All <h1>, <div> and <p> elements
[attribute]
$("[href]")
All elements with a href attribute
[attribute=value]
$("[href='']")
All elements with a href attribute value equal to ""
parent > child
$("div > p")
All <p> elements that are a direct child of a <div> element
parent descendant
$("div p")
All <p> elements that are descendants of a <div> element
2. jquery selectors method
effects
hide() and show()
fadeIn()
fadeOut()
fadeToggle()
fadeTo()
$("button").click(function(){     $("p").hide("slow", function(){         alert("The paragraph is now hidden");     }); });
callback:
Chaining:
$("#p1").css("color", "red").slideUp(2000).slideDown(2000);
2. jquery selectors method
jquery HTML
text() - Sets or returns the text content of selected elements
html() - Sets or returns the content of selected elements (including HTML markup)
val() - Sets or returns the value of form fields
attr() method is also used to set/change attribute values.
append() - Inserts content at the end of the selected elements
prepend() - Inserts content at the beginning of the selected elements
after() - Inserts content after the selected elements
before() - Inserts content before the selected elements
remove() - Removes the selected element (and its child elements)
empty() - Removes the child elements from the selected element
addClass() - Adds one or more classes t

最近更新

函的写作公开课一等奖课件赛课获奖课件 23页

幼儿园环境创设的内涵及作用公开课一等奖课件.. 11页

购房授权书范本授权他人代为购房3篇 45页

电线电缆品质保证政策3篇 42页

2025年度高端智能家居租赁合同家具清单及安装.. 13页

平行线公开课公开课一等奖课件赛课获奖课件 18页

2025年度电子商务企业法人数据分析人才聘用协.. 18页

2025年度房地产经纪兼职合同2篇 25页

2025年度工厂货车承包及绿色物流服务合同3篇 41页

2025年度宾馆客房安全监控设备租赁合同2篇 28页

亮化工程施工组织设计 73页

《骆驼祥子》中考真题 5页

广东地域文化(专)形考一答案 42页

学前教育常用体育游戏公开课一等奖课件赛课获.. 31页

2025年度场地分租协议合同——科技孵化器场地.. 44页

2022新人教版三年级下册《道德与法治》期末考.. 5页

2022新部编版五年级下册《道德与法治》期末模.. 5页

一年级道德与法治下册期末试卷(精编) 5页

人教版五年级下册《道德与法治》期末考试卷【.. 5页

人教版四年级下册语文期末模拟考试附答案 6页

小学五年级科学下册期末考试卷(汇总) 6页

企业人力资源规划具体方案 11页

新人教版五年级下册《道德与法治》期末试卷(各.. 5页

新人教版六年级科学下册期末考试题【及答案】.. 6页

新教科版五年级科学下册期末测试卷(完整) 6页

新教科版五年级科学下册期末试卷(汇总) 6页

新部编版四年级语文下册期末模拟考试及答案下.. 6页

最新人教版四年级下册《道德与法治》期末考试.. 5页

最新小学六年级道德与法治下册期末考试题及答.. 5页

最新部编版一年级道德与法治下册期末考试卷及.. 5页