Re: On layout & web performance by Kelly Norton
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>#lazyweb Is there any documentation about which jQuery functions/effects trigger layout? re: kellegous.com/j/2013/01/26/l…
— Dave Rupert (@davatron5000) January 28, 2013
getWidthOrHeight()
used in jQuery.fn.width/height
clientLeft
clientTop
getBoundingClientRect
innerText
- 4826 Sizzle.pseudos.contains
offsetHeight
offsetParent
offsetTop
offsetWidth
- 1462-1468 support test
- 7039 getWidthOrHeight
- 7124 jQuery.cssHooks.width/height
- 7230 jQuery.expr.filters.hidden
scrollLeft and scrollTop
- 3180 jQuery.event.mousehooks.filter
- 9048 Tween.propHooks.scrollTop, Tween.propHooks.scrollLeft
- 9354-9355 jQuery.fn.offset
- 9457-9458 jQuery.fn.scrollLeft/Top
offsetX & offsetY
- 3168 jQuery.event.mousehooks.props?
getComputedStyle
scrollTo
- 9472 jQuery.fn.scrollLeft/Top
You are a web hero and a saint!