aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRichard Gibson <richard.gibson@gmail.com>2013-02-18 23:52:29 -0500
committerDave Methvin <dave.methvin@gmail.com>2013-02-27 22:45:55 -0500
commit1083f82d1ee0c8f15a66be15e6184294a69d4420 (patch)
tree8e8571a87f4c4a3de06225442a674eeab6cd5420 /.gitignore
parent0618710913f41d7a7f4c095f0edda035e65a887d (diff)
downloadjquery-1083f82d1ee0c8f15a66be15e6184294a69d4420.tar.gz
jquery-1083f82d1ee0c8f15a66be15e6184294a69d4420.zip
Fix #13434: native-API selector module
What's out: * 6 KB * attribute not equal selector * positional selectors (:first; :eq(n); :odd; etc.) * type selectors (:input; :checkbox; :button; etc.) * state-based selectors (:animated; :visible; :hidden; etc.) * :has(selector) * custom selectors * leading combinators (e.g., $collection.find("> *")) * reliable functionality on XML fragments * requiring all parts of a selector to match elements under context (e.g., $div.find("div > *") now matches children of $div) * matching against non-elements * reliable sorting of disconnected nodes
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions