]> source.dussan.org Git - jquery.git/commit
Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #9261,...
authortimmywil <timmywillisn@gmail.com>
Mon, 12 Sep 2011 23:40:14 +0000 (19:40 -0400)
committertimmywil <timmywillisn@gmail.com>
Mon, 19 Sep 2011 19:42:30 +0000 (15:42 -0400)
commit92405d4f5ffe9ec1f26f280303783014948438c5
treecce9fc8dbb2c13cea02c87a172eb8a0ff0b66440
parent269899a50646e9c1a4f58f1fe91a8a7262fd77e7
Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #9261, #9570, #10178.

Bug fixed on the side: $(window).is('a') was throwing an exception. Fixes #10178.
src/attributes.js
src/sizzle
src/sizzle-jquery.js
test/data/selector.html [new file with mode: 0644]
test/data/testinit.js
test/index.html
test/unit/attributes.js
test/unit/selector.js [new file with mode: 0644]
test/unit/traversing.js