jQuery.boxModel     ** REMOVED **S2C 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 so we are just showing it for completeness.

Syntax

Signature Description
jQuery.boxModelAsserts whether the user's current browser page is being rendered using the W3C CSS Box Model.

Parameters

None.

Return

A Boolean object.