]> source.dussan.org Git - jquery.git/commit
Core:CSS: Attach test nodes to documentElement, not body
authorMichał Gołębiowski <m.goleb@gmail.com>
Tue, 28 Jul 2015 10:23:28 +0000 (12:23 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Sun, 16 Aug 2015 20:28:35 +0000 (22:28 +0200)
commit9b04201ff21b6e5932dc21679774f398d6940cfa
treeade1634f1bd1dbfdb68c317efb7b6ced76550ae5
parent3923bb8400b149f483b7115d0edd2f304348b189
Core:CSS: Attach test nodes to documentElement, not body

Attaching test divs to document.documentElement instead of document.body
used to cause issues in jQuery 1.x; jQuery Compat doesn't execute any tests
on document ready, though so it could be aligned with master.

This makes jQuery Compat support tests work correctly even if jQuery is
included & used in head before body even exists - making it similar to
the master behavior.

Fixes gh-2502
src/core/ready.js
src/css/addGetHookIf.js
src/css/support.js