以下能够获取第一个元素的jquery选择器的是()。
A: :last
B: :frist
C: :eq(0)
D: :even
A: :last
B: :frist
C: :eq(0)
D: :even
举一反三
- 在jQuery中获取标签最后一个元素的是()。 A: :frist B: :last C: :even D: :odd
- jQuery中的基本过滤选择器中,获取第一个元素的语法是()。 A: :first B: :last C: :even D: odd
- 以下jQuery选择器中匹配空元素的是()。 A: :empty B: :last C: :even D: :odd
- jQuery的基本过滤选择器中,获得第一个元素的正确语法是?() A: :first B: :odd C: :even D: :last
- jQuery的过滤选择器中,选择最后一个元素的是()。 A: :first-child() B: :last C: :first D: :ntn-child()