]> source.dussan.org Git - jquery.git/commit
Fixes #9109. When jQuery is loaded in the body, then the fake body element used in...
authorjaubourg <j@ubourg.net>
Mon, 9 May 2011 07:48:23 +0000 (09:48 +0200)
committerjaubourg <j@ubourg.net>
Mon, 9 May 2011 07:48:23 +0000 (09:48 +0200)
commitefd0fce7a1ae9bc62ef2b1aa51d7adc224da1ec0
tree8ce17e769aecaf102b9504c92e5e2b5fddeab3e5
parent18b1cf2942cc082c1c97a2ac9bc33ad77f42d775
Fixes #9109. When jQuery is loaded in the body, then the fake body element used in support has to be inserted before the document's body for boxModel to be properly detected (got the hint by looking at the code in jQuery mobile). Test page added so that we can keep checking this.
src/support.js
test/boxModelIE.html [new file with mode: 0644]