Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -1/+8 |
| | |||||
* | Check nodeType of elements passed to selector-native's find. Fixes #13577. | Timmy Willison | 2013-05-06 | 1 | -1/+11 |
| | |||||
* | No ticket: boolean -> bool in selector-native | Timmy Willison | 2013-05-06 | 1 | -1/+1 |
| | |||||
* | Ref 4ef51690: Update selector-native for new Sizzle dependencies | Richard Gibson | 2013-04-05 | 1 | -0/+5 |
| | |||||
* | Remove unprefixed `matchesSelector`. Stick most common first. Update Sizzle | Timmy Willison | 2013-03-23 | 1 | -2/+1 |
| | |||||
* | Add warnings and ignore the built Sizzle file. | Dave Methvin | 2013-02-27 | 1 | -0/+25 |
| | |||||
* | Fix #13434: native-API selector module | Richard Gibson | 2013-02-27 | 1 | -0/+125 |
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 |