Added a fix for IE returning comment nodes in * queries. I put the logic in $.merge...
authorJohn Resig <jeresig@gmail.com>
Sun, 19 Aug 2007 07:28:41 +0000 (07:28 +0000)
committerJohn Resig <jeresig@gmail.com>
Sun, 19 Aug 2007 07:28:41 +0000 (07:28 +0000)
commit24db022ba06523f92e94ac5fa791fc4865b55ba7
tree0c3a031775eb07a93f426ad41a98f60073bcf025
parent735e2e8197e391c2666766d2b2ba924fe5fb73d8
Added a fix for IE returning comment nodes in * queries. I put the logic in $.merge() but added a conditional such that the speed hit only effects IE users. (Bug #1155)
src/jquery/jquery.js
src/selector/selectorTest.js