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