]> source.dussan.org Git - jquery.git/commit
Core: use interactive to evaluate dom ready, barring IE6-10
authorTimmy Willison <timmywillisn@gmail.com>
Wed, 28 Oct 2015 17:54:04 +0000 (13:54 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Thu, 14 Jan 2016 15:18:31 +0000 (10:18 -0500)
commit8c293e62bb39cdf347bd045a1e89a54549f972eb
tree2b2f8e9990152f6061ee79174677d95c1f591a5d
parentd19aa974630b31e58d1c35b72157eb73fd59d638
Core: use interactive to evaluate dom ready, barring IE6-10

Fixes gh-2100
Close gh-2821
src/core/ready.js
test/data/event/interactiveReady.html [new file with mode: 0644]
test/unit/event.js