Learn jquery - From beginners to professional, JavaScript Library

Features Offered:

Lightweight Footprint
CSS 1,2,3 Compliant
Cross-browser

LEARN, DOWNLOAD, UPLOAD, ACCESS AND SHARE JQUERY / JAVASCRIPT LIBRARY

Utilities

jQuery.boxModel returns Boolean

States if the current page, in the user's browser, is being rendered using the [http://www.w3.org/TR/REC-CSS2/box.html W3C CSS Box Model].

Example:

Returns the box model for the iframe.

$("p").html("The box model for this iframe is: " + 
                jQuery.boxModel + "");  

HTML:

<p> 
  </p>

Example:

Returns false if the page is in QuirksMode in Internet Explorer

$.boxModel 

RESULT:

false