jQuery.boxModel
** REMOVED 1.8 **
JQ Home <<
Utilities <<
jQuery.boxModel
W3C CSS Box Model detection.
Description
The jQuery.boxModel()
jQuery global object property, asserts whether the user's current browser page is being rendered using the W3C CSS Box Model.
Shorthand version $.boxModel()
- From jQuery version 1.3 onwards, use the
jQuery.support
property, which contains a collection of properties representing the presence of different browser features or bugs; useful for feature detection.
This method was deprecated in jQuery 1.3 and removed in jQuery 1.8 so we are just showing it for completeness.
Syntax
Signature | Description |
---|---|
jQuery.boxModel | Asserts whether the user's current browser page is being rendered using the W3C CSS Box Model. |
Parameters
None.
Return
A Boolean
object.
Related Tutorials
jQuery Intermediate Tutorials - Lesson 9 - jQuery General Utilities