gpt4 book ai didi

jquery-selectors - jquery 选择器和对象选择

转载 作者:行者123 更新时间:2023-12-01 02:58:28 24 4
gpt4 key购买 nike

通常,当您引用一个对象时,您会使用这样的选择器:

$(this).jqueryfunction()

如果您需要此对象中的元素,您将使用:
$('typicalselector',this).jqueryfunction()

我的问题是我将如何使用 jquery 选择器来选择各种对象:
($(this.fistobject) and $(this.secondObject)).jqueryfunction() 

感谢您的帮助

最佳答案

当你包装一个对象或运行一个选择器时,你会得到一个集合或集合。所以这将返回一个集合然后 add另一个集合,然后对组合集执行 jqueryfunction() :

$('someSelector').add('anotherSelector').jqueryfunction()

这也适用于上下文。

关于jquery-selectors - jquery 选择器和对象选择,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1999480/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com