• 2022-06-11
    【单选题】 [br][/br] 在jQuery中,还可以使用( )方法获取指定元素的后代元素。
    A: find ()
    B: child()
    C: children()
    D: next()
  • A

    内容

    • 0

      下列哪个选项是仅仅查找后代元素的子元素,而不是所有后代元素 A: find B: child C: children D: friend

    • 1

      在jquery中找到某元素的同辈元素,使用的方法是 A: eq() B: find() C: siblings() D: next()

    • 2

      在jquery中想要找到元素的所有同辈元素,以下可以使用的是() A: eq() B: find() C: siblings() D: next()

    • 3

      想要查找元素的直接子元素,则使用下列( )方法。 A: find() B: children() C: next() D: prev()

    • 4

      【填空题】 [br][/br] ____通过父元素(parent)获取其下的指定子元素(child)。____获取子元素以及子元素下的所有其他元素。 ____获取指定元素的兄弟元素,包括同辈和同级元素。____获取指定元素后的所有兄弟元素。