Refactored jQuery.find() such that jQuery.nodeName() is used to test the node names...
authorDavid Serduke <davidserduke@gmail.com>
Wed, 5 Dec 2007 08:00:30 +0000 (08:00 +0000)
committerDavid Serduke <davidserduke@gmail.com>
Wed, 5 Dec 2007 08:00:30 +0000 (08:00 +0000)
commit2da897db844ddb4adfb73c4306976f1ac6525f9e
tree432b5e99bf1f99264194e6a1c5af411a778f3057
parent1be558203961c43043d6e9de3341e8bb9c3dcbf3
Refactored jQuery.find() such that jQuery.nodeName() is used to test the node names like .filter() and other functions do.  This puts in place possible fixes for tickets like #1991 where XML and HTML differ in case-sensitivity.
src/selector.js