- objective-c - iOS 5 : Can you override UIAppearance customisations in specific classes?
- iphone - 如何将 CGFontRef 转换为 UIFont?
- ios - 以编程方式关闭标记的信息窗口 google maps iOS
- ios - Xcode 5 - 尝试验证存档时出现 "No application records were found"
我正在使用 jQuery,在使用 Dev Toolbar 在 IE 中检查我的页面的 DOM 时,我看到许多元素都添加了 sizset
和 sizcache
属性.我在 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 只显示这些,它们的用途是什么?
最佳答案
it's meant for internal use only. The jQuery core file uses it to
calculate nth-child. Here is the source (with my emphasis):
看起来nodeIndex
和sizcache
和sizset
都是内部用来计算第n个 child 的。
关于jquery - sizcache 和 sizset 在 jQuery 中的作用是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3782709/
我正在使用 jQuery,在使用 Dev Toolbar 在 IE 中检查我的页面的 DOM 时,我看到许多元素都添加了 sizset 和 sizcache 属性.我在 Chrome 或 Firefo
我已经知道 what sizcache and sizset attributes are ,但我担心的是它们在我们的 Web 应用程序中的倍增。我解释一下:我们使用 jQuery 开发了一个“自制的
当我执行 $('div#tborder').html() 时,我得到以下信息: Some Text 查看附加的 sizcache 和 sizset 属性是否已设置。我怎样才能摆脱这些?根据this,
我是一名优秀的程序员,十分优秀!