How to select div inside div inside div with jquery

后端 未结 4 1188
一生所求
一生所求 2021-02-05 12:27
4条回答
  •  梦毁少年i
    2021-02-05 12:52

    Try this

    $("#tab > div > div")
    

    You can use child selector (>) for select the child. See more info: http://api.jquery.com/child-selector/

提交回复
热议问题