We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2e209 commit bb82ad3Copy full SHA for bb82ad3
src/dimensions.js
@@ -33,6 +33,7 @@ jQuery.each([ "Height", "Width" ], function( i, name ) {
33
34
return ("scrollTo" in elem && elem.document) ? // does it walk and quack like a window?
35
// Everyone else use document.documentElement or document.body depending on Quirks vs Standards mode
36
+ window[ "inner" + name ] ||
37
elem.document.compatMode === "CSS1Compat" && elem.document.documentElement[ "client" + name ] ||
38
elem.document.body[ "client" + name ] :
39
0 commit comments