Count number of img tags inside a div tag

前端 未结 10 1968
暗喜
暗喜 2021-02-04 05:29

My code goes like this.

10条回答
  •  一向
    一向 (楼主)
    2021-02-04 05:51

    var count = $("#some_id img").length
    

    Select the image tags like this.

提交回复
热议问题