我想要一个jQuery等效的这个CSS选择器来选择div下的h1元素:
它选择#container元素中找到的每个h1元素,或者:
其中仅选择具有#container元素作为其父(不是祖父母或其他形式的祖先)的h1元素。
或者,如果你喜欢:
您也可以将其限制为特定的h1元素:
它仅选择#container元素中的第一个h1元素。
参考文献:
> find()。> :first selector。> jQuery selectors。
find()
:first