jquery/test/data/support
Mike Sherov c4e22ad8b5 Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.
This removes all internal uses of `jQuery.support.boxModel`. jQuery has never run unit tests with Quirks Mode and has not even feigned support for several years, so these remnants weren't doing much except giving false hope.

For now, `jQuery.support.boxModel` continues to have a value indicating whether the W3C box model is *generally* in use, but be aware that this is easily overridden on an element-by-element basis by the `box-model` CSS property. So don't trust this value.
2012-05-15 23:29:20 -04:00
..
bodyBackground.html Fix #10067. Create jQuery.quickReady; closes gh-736. 2012-04-23 15:44:27 -04:00
testElementCrash.html Fix #10067. Create jQuery.quickReady; closes gh-736. 2012-04-23 15:44:27 -04:00