gpt4 book ai didi

jquery - sizcache 和 sizset 在 jQuery 中的作用是什么

转载 作者:技术小花猫 更新时间:2023-10-29 11:45:47 25 4
gpt4 key购买 nike

我正在使用 jQuery,在使用 Dev Toolbar 在 IE 中检查我的页面的 DOM 时,我看到许多元素都添加了 sizsetsizcache 属性.我在 Chrome 或 Firefox 中没有看到这些?此外,我看到页面上的许多元素对这些字段共享相同的值,这让我相信这是一个全局值,但有些元素确实具有不同的值?

<html xmlns="http://www.w3.org/1999/xhtml" sizcache="66" sizset="0">
<head>...</head>
<body sizcache="66" sizset="0">
<div class="ui-datepicker-group ui-datepicker-group-first" sizcache="18" sizset="0">
</body>
</html>

有谁知道为什么 IE 只显示这些,它们的用途是什么?

最佳答案

http://groups.google.com/group/jquery-en/browse_thread/thread/2382a66a1ce9edf6/168046b517318240?lnk=gst&q=nodeIndex#168046b517318240

it's meant for internal use only. The jQuery core file uses it to
calculate nth-child. Here is the source (with my emphasis):

看起来nodeIndexsizcachesizset都是内部用来计算第n个 child 的。

关于jquery - sizcache 和 sizset 在 jQuery 中的作用是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3782709/

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