]> source.dussan.org Git - jquery.git/commit
Adjust jQuery('html') detection to only match when html starts with '<' (not counting...
authortimmywil <timmywillisn@gmail.com>
Wed, 20 Jun 2012 15:19:24 +0000 (11:19 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Thu, 13 Dec 2012 20:31:02 +0000 (15:31 -0500)
commit05531fc4080ae24070930d15ae0cea7ae056457d
treeffd960db1001af31bbcaa1a785beea0c8f7fbe40
parent452e32769d514d835988c544492e4083df2bc1d6
Adjust jQuery('html') detection to only match when html starts with '<' (not counting space characters). Fixes #11290.
src/core.js
src/sizzle
test/unit/core.js
test/unit/selector.js
test/unit/traversing.js