gpt4 book ai didi

jQuery : Difference between String selector and function selector?

转载 作者:行者123 更新时间:2023-12-01 06:47:22 25 4
gpt4 key购买 nike

我真的不知道如何命名这两种方法,所以请原谅我这样调用它们。

字符串选择器

$("#myList li").eq(3);

函数选择器

$("#myList li:eq(3)");

据我所知,他们都做同样的事情,或者也许我错了。

功能或性能方面有什么不同吗?

最佳答案

<强> :eq() Selector 是一个 jQuery 扩展。

文档中的附加说明:

Additional Notes:

Because :eq() is a jQuery extension and not part of the CSS specification, queries using :eq() cannot take advantage of the performance boost provided by the native DOM querySelectorAll() method. For better performance in modern browsers, use $("your-pure-css-selector").eq(index) instead.

关于jQuery : Difference between String selector and function selector?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22241246/

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