1樓:青盟
三十三、jquery簡介+選擇器
2樓:山東中公優就業
1、基本選擇器:
#id 、element 、.class 、* 、selector1,selector2,selectorn
2、層次選擇器:
ancestor descendant 、parent > child 、prev + next 、prev ~ siblings
3、基本過濾器選擇器
:first 、:last 、:not 、:even 、:odd 、:eq 、:gt 、:lt 、:header 、
:animated
4、內容過濾器選擇器
:contains 、:empty 、:has 、:parent
5、可見性過濾器選擇器
:hidden 、:visible
6、屬性過濾器選擇器
[attribute] 、[attribute=value] 、[attribute!=value] 、[attribute^=value] 、[attribute$=value] 、[attribute*=value] 、[attrsel1][attrsel2][attrseln]
7、子元素過濾器選擇器
:nth-child 、:first-child 、:last-child 、:only-child
8、表單選擇器
:input 、:text 、:
password 、:radio 、:checkbox 、:
submit 、:image 、:reset 、:
button
、:file 、:hidden
9、表單過濾器選擇器
:enabled 、:disabled 、:checked 、:selected
jquery選擇器有哪幾種
3樓:青盟
三十三、jquery簡介+選擇器
4樓:殳化
單選: 1、下面哪一種不屬於jquery的選擇器。(b:層次選擇器 ) a:基本選擇器 b:層次選擇器
5樓:戀戀土豆絲
很多種,大概歸納為9種。
(1)基本
#idelement
.class
* selector1,selector2,selectorn(2)層次選擇器:
ancestor descendant
parent > child
prev + next
prev ~ siblings
(3)基本過濾器選擇器
:first
:last
:not
:even
:odd
:eq:gt
:lt:header
:animated
(4)內容過濾器選擇器
:contains
:empty
:has
:parent
(5)可見性過濾器選擇器
:hidden
:visible
(6)屬性過濾器選擇器
[attribute]
[attribute=value]
[attribute!=value]
[attribute^=value]
[attribute$=value]
[attribute*=value]
[attrsel1][attrsel2][attrseln](7)子元素過濾器選擇器
:nth-child
:first-child
:last-child
:only-child
(8)表單選擇器
:input
:text
:password
:radio
:checkbox
:submit
:image
:reset
:button
:file
:hidden
(9)表單過濾器選擇器
:enabled
:disabled
:checked
:selected
jquery選擇器有哪幾種
6樓:廣沛兒務浦
單選:1、下面哪一種不屬於jquery的選擇器。(b:層次選擇器
)a:基本選擇器
b:層次選擇器
7樓:柏修敏瞿珠
很多種,大概歸納為9種。
(1)基本
#idelement
.class
*selector1,selector2,selectorn(2)層次選擇器:
ancestor
descendant
parent
>child
prev
+next
prev
~siblings
(3)基本過濾器選擇器
:first
:last
:not
:even
:odd
:eq:gt
:lt:header
:animated
(4)內容過濾器選擇器
:contains
:empty
:has
:parent
(5)可見性過濾器選擇器
:hidden
:visible
(6)屬性過濾器選擇器
[attribute]
[attribute=value]
[attribute!=value]
[attribute^=value]
[attribute$=value]
[attribute*=value]
[attrsel1][attrsel2][attrseln](7)子元素過濾器選擇器
:nth-child
:first-child
:last-child
:only-child
(8)表單選擇器
:input
:text
:password
:radio
:checkbox
:submit
:image
:reset
:button
:file
:hidden
(9)表單過濾器選擇器
:enabled
:disabled
:checked
:selected
jquery選擇器的問題,jquery選擇器的問題,
td data id 3936 filter td data field date current siblings 查詢同輩元素集合 index方法可獲得索引值 試試這個 dt slibings dd 你這個dd跟dt是兄弟關係 body div role dialog 的意思是選擇body的直接...
jquery選擇器有哪幾種,jquery中有哪幾種型別的選擇器
三十三 jquery簡介 選擇器 單選 1 下面哪一種不屬於jquery的選擇器。b 層次選擇器 a 基本選擇器 b 層次選擇器 很多種,大概歸納為9種。1 基本 idelement class selector1,selector2,selectorn 2 層次選擇器 ancestor desce...
jquery的class選擇器和ID選擇器的區別是什麼
在html的規範中來,id是一個源元素在整個源 中獨一無二的屬性,而class做為css選擇器,是為元 素增加樣式的手段,那麼例如下面的結構 通過 item1 取到的就是id item1的元素,而通過 item style 取到的就是id item1 和 item2這2個元素的集合,要是item s...