Fixed the issue where $("body").find("div#foo") would ignore the specified tag name...
authorJohn Resig <jeresig@gmail.com>
Mon, 27 Aug 2007 04:58:02 +0000 (04:58 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 27 Aug 2007 04:58:02 +0000 (04:58 +0000)
commit127c0b8a5d9ab35f9f0b91688a8ff7df45244977
treed7f4c0c84c47abdc2fe3282b5b75d4b76b77da9c
parent3ae74b523ec379a1753d116bb7f1aec8db2c52d4
Fixed the issue where $("body").find("div#foo") would ignore the specified tag name. (Bug #1543)
src/selector/selector.js
src/selector/selectorTest.js