gpt4 book ai didi

jquery - 使用 jQuery 引用根 html 元素的最佳方式?

转载 作者:太空狗 更新时间:2023-10-29 14:44:22 26 4
gpt4 key购买 nike

在 jQuery 中获取根文档节点(<html> 元素)的最佳方式(性能方面)是什么?我可以想到几种可能有效或无效的方法:

$("html")

$(document.documentElement)

$(document) (?)

$.root (?)

$.document (?)

最佳答案

$(document.documentElement) 是最快的,差距相当大(参见测试 here )。

您可以通过查看 jQuery source code 更深入地了解为什么会出现这种情况。 (查看 init 函数,特别是处理 DOM 元素的部分和处理字符串的部分)。

关于jquery - 使用 jQuery 引用根 html 元素的最佳方式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6638563/

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