How to select div inside div inside div with jquery

后端 未结 4 1187
一生所求
一生所求 2021-02-05 12:27
4条回答
  •  遥遥无期
    2021-02-05 12:55

    $("#tab").siblings();
    

    [docs]

    Quote from jquery:

    Get the siblings of each element in the set of matched elements, optionally filtered by a selector.

提交回复
热议问题