| Commit message (Expand) | Author | Age | Files | Lines |
* | Selector: Properly deprecate `jQuery.expr[ ":" ]`/`jQuery.expr.filters` | Michał Gołębiowski-Owczarek | 2024-11-04 | 1 | -1/+1 |
* | Selector: Make `selector.js` module depend on `attributes/attr.js` | Michał Gołębiowski-Owczarek | 2024-01-12 | 1 | -2/+1 |
* | CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapper | Michał Gołębiowski-Owczarek | 2023-09-20 | 1 | -13/+16 |
* | Core: Use named exports in `src/` | Michał Gołębiowski-Owczarek | 2023-09-12 | 1 | -24/+26 |
* | Selector: Re-expose jQuery.find.{tokenize,select,compile,setDocument} | Michał Gołębiowski-Owczarek | 2023-06-12 | 1 | -0/+7 |
* | Selector: Stop relying on CSS.supports( "selector(...)" ) | Michał Gołębiowski-Owczarek | 2023-02-14 | 1 | -27/+0 |
* | Selector: Backport jQuery selection context logic to selector-native | Michał Gołębiowski-Owczarek | 2023-02-13 | 1 | -317/+63 |
* | Selector: Make selector lists work with `qSA` again | Michał Gołębiowski-Owczarek | 2022-12-19 | 1 | -3/+8 |
* | Core:Selector: Move jQuery.contains from the selector to the core module | Michał Gołębiowski-Owczarek | 2022-12-12 | 1 | -1/+0 |
* | Selector: Drop support for legacy pseudos, test custom pseudos | Michał Gołębiowski-Owczarek | 2022-10-11 | 1 | -21/+2 |
* | Selector: Use jQuery `:has` if `CSS.supports(selector(...))` non-compliant | Michał Gołębiowski-Owczarek | 2022-09-19 | 1 | -0/+22 |
* | Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER` | Michał Gołębiowski-Owczarek | 2022-01-04 | 1 | -4/+7 |
* | CSS: Trim whitespace surrounding CSS Custom Properties values | fecore1 | 2021-09-23 | 1 | -2/+2 |
* | Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge) | Michał Gołębiowski-Owczarek | 2020-09-22 | 1 | -20/+17 |
* | Build: Correct code indentations based on jQuery Style Guide | Wonseop Kim | 2020-05-05 | 1 | -2/+4 |
* | Selector: Make empty attribute selectors work in IE again | Michał Gołębiowski-Owczarek | 2019-11-18 | 1 | -3/+1 |
* | Core: Migrate from AMD to ES modules 🎉 | Michał Gołębiowski-Owczarek | 2019-11-18 | 1 | -21/+14 |
* | Docs: Update most URLs to HTTPS | Michał Gołębiowski-Owczarek | 2019-10-21 | 1 | -7/+7 |
* | Selector: Make selectors with leading combinators use qSA again | Michał Gołębiowski-Owczarek | 2019-10-14 | 1 | -1/+4 |
* | Manipulation:Selector: Use the nodeName util where possible to save size | Michał Gołębiowski-Owczarek | 2019-10-08 | 1 | -18/+17 |
* | Selector: Use shallow document comparisons to avoid IE/Edge crashes | Michał Gołębiowski-Owczarek | 2019-09-25 | 1 | -13/+24 |
* | Core: Remove private copies of push, sort & splice from the jQuery prototype | Michał Gołębiowski-Owczarek | 2019-09-24 | 1 | -3/+3 |
* | Selector: reduce size, simplify setDocument | Michał Gołębiowski-Owczarek | 2019-08-26 | 1 | -128/+82 |
* | Selector: Leverage the :scope pseudo-class where possible | Michał Gołębiowski-Owczarek | 2019-08-19 | 1 | -11/+18 |
* | Selector: Bring back querySelectorAll shortcut usage | Michał Gołębiowski-Owczarek | 2019-08-09 | 1 | -2/+1 |
* | Selector: Inline Sizzle into the selector module | Michał Gołębiowski-Owczarek | 2019-07-29 | 1 | -2/+1672 |
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -1/+3 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -1/+1 |
* | Core: Follow the AMD specification for define | Alexander O'Mara | 2015-04-13 | 1 | -1/+1 |
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 1 | -1/+1 |
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -0/+1 |
* | Pull in the Sizzle library dynamically using a submodule and make it part of ... | John Resig | 2009-10-26 | 1 | -1007/+0 |
* | Moved a bunch of methods out of the jQuery-specific Sizzle code into more-app... | John Resig | 2009-10-26 | 1 | -61/+0 |
* | A follow-up to [6578] (which stopped adding expandos to elements that didn't ... | John Resig | 2009-09-25 | 1 | -0/+25 |
* | Missing a var on a for loop, caused a variable to be leaked. | John Resig | 2009-09-15 | 1 | -1/+1 |
* | Missing a var on a for loop, caused a variable to be leaked. | John Resig | 2009-09-15 | 1 | -1/+1 |
* | fixed global variables introduced in for loop with missing var-keyword (detec... | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 |
* | Make sure that at least one argument is provided to .slice(), in accordance w... | John Resig | 2009-07-23 | 1 | -2/+2 |
* | Standardize on using .nodeName in place of .tagName. Fixes jQuery bug #4923. | John Resig | 2009-07-19 | 1 | -1/+1 |
* | Standardizing on .test() and .exec() - moving away from using .match() for Re... | John Resig | 2009-07-19 | 1 | -3/+3 |
* | reverting sizzle updates from previous commit, appears i had an outdated version | Brandon Aaron | 2009-06-23 | 1 | -3/+3 |
* | fix for #4512 and minor sizzle updates | Brandon Aaron | 2009-06-23 | 1 | -14/+10 |
* | Removed some cases of strict errors. | John Resig | 2009-05-20 | 1 | -3/+3 |
* | fix :hidden and :visible selectors. fixes #4512 | Brandon Aaron | 2009-05-18 | 1 | -2/+12 |
* | fix :hidden selector that was accidentally reverted in previous commit, also ... | Brandon Aaron | 2009-05-04 | 1 | -1/+1 |
* | fix memory leak in IE | Brandon Aaron | 2009-05-04 | 1 | -16/+24 |
* | remove trailing spaces | Brandon Aaron | 2009-03-23 | 1 | -14/+14 |
* | fix for #4374, gap in :hidden, :visible logic | Brandon Aaron | 2009-03-18 | 1 | -1/+1 |
* | Backed out commit [6260], was causing too many problems. We'll have to bite t... | John Resig | 2009-03-17 | 1 | -12/+9 |
* | Moved to a generic solution for copying methods over for querySelectorAll-usi... | John Resig | 2009-02-27 | 1 | -4/+3 |