diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-02-18 23:52:29 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-02-27 22:45:55 -0500 |
commit | 1083f82d1ee0c8f15a66be15e6184294a69d4420 (patch) | |
tree | 8e8571a87f4c4a3de06225442a674eeab6cd5420 /.gitignore | |
parent | 0618710913f41d7a7f4c095f0edda035e65a887d (diff) | |
download | jquery-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