JQuery获取this当前对象子元素对象

假如你已经获取到div为当前的this对象,怎么去获取span, a, img等子元素呢?
$(this).children(“span”)

$(this).children(“a”)

$(this).children(“img”)

 

 

来源:网络

发表评论

电子邮件地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>