// Figure out if the W3C box model works as expected // document.body must exist before we can do this jQuery(function(){ var div = document.createElement("div"); div.style.width = "1px"; div.style.paddingLeft = "1px"; document.body.appendChild( div ); jQuery.boxModel = jQuery.support.boxModel = div.offsetWidth === 2; document.body.removeChild( div ); }); // Figure out if the W3C box model works as ex 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交