control-freak-ide/Control-Freak-Documentation/jQuery/docs/entries/jQuery.boxModel.json
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

1 line
916 B
JSON

{"name":"jQuery.boxModel","type":"property","title":"jQuery.boxModel","deprecated":"1.3","removed":null,"desc":"<strong>Deprecated in jQuery 1.3 (see <ahref=\"/jQuery.support/\">jQuery.support</a>)</strong>. States if the current page, in the user's browser, is being rendered using the <ahref=\"http://www.w3.org/TR/REC-CSS2/box.html\">W3C CSS Box Model</a>.","categories":["utilities","version/1.0","deprecated/deprecated-1.3"],"entries":[{"return":"Boolean","signatures":{"added":"1.0"},"examples":[{"desc":"Returns the box model for the iframe.","code":"\n$( \"p\" ).html( \"The box model for this iframe is: <span>\" +\n jQuery.boxModel + \"</span>\" );\n","css":"\n p {\n color: blue;\n margin: 20px;\n }\n span {\n color: red;\n }\n","html":"\n<p></p>\n"},{"desc":"Returns false if the page is in Quirks Mode in Internet Explorer","code":"\n$.boxModel\n","results":"\nfalse\n"}],"longdesc":""}]}