标签:one cal targe 设置 索引 clone html elements ndt
1.$("button")选择器
2.$(".btn")选择器
3.$("#target1")选择器
4.$("button").addClass 添加calss
5.$("button").removeClass 移除class
6.$("button").css() 设置css样式
7.$("button").prop() 设置属性
8.$("button").html() 改变内容
9.$("button").remove() 移除元素
10.$("button").appendTo("Elements") 把button添加到Elements(剪切)
11.$("button").clone() 复制 克隆元素
12.$("button").parent() 访问其父元素
12.$("button").children() 访问其子元素
13..target:nth-child(n) 索引选择器
14..target:odd/even 奇偶选择器
标签:one cal targe 设置 索引 clone html elements ndt
原文地址:http://www.cnblogs.com/emon/p/6840961.html