如何获得$(this)选择器的子节点?

生来就可爱ヽ(ⅴ<●) 提交于 2020-10-10 01:54:05

问题:

I have a layout similar to this: 我的布局类似于:

<div id="..."><img src="..."></div>

and would like to use a jQuery selector to select the child img inside the div on click. 并且想使用jQuery选择器在img选择div的子img

To get the div , I've got this selector: 为了得到div ,我有这个选择器:

$(this)

How can I get the child img using a selector? 如何使用选择器获取子img


解决方案:

参考一: https://stackoom.com/question/1Hkt/如何获得-this-选择器的子节点
参考二: https://oldbug.net/q/1Hkt/How-to-get-the-children-of-the-this-selector
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!