How can I select item with class within a DIV?

前端 未结 5 1942
遥遥无期
遥遥无期 2020-12-07 10:30

I have the following HTML:

5条回答
  •  温柔的废话
    2020-12-07 11:18

    try this instead $(".video-divs.focused"). This works if you are looking for video-divs that are focused.

提交回复
热议问题