aboutsummaryrefslogtreecommitdiffstats
path: root/src/selector.js
Commit message (Expand)AuthorAgeFilesLines
* Selector: Properly deprecate `jQuery.expr[ ":" ]`/`jQuery.expr.filters`Michał Gołębiowski-Owczarek2024-11-041-1/+1
* Selector: Make `selector.js` module depend on `attributes/attr.js`Michał Gołębiowski-Owczarek2024-01-121-2/+1
* CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapperMichał Gołębiowski-Owczarek2023-09-201-13/+16
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-24/+26
* Selector: Re-expose jQuery.find.{tokenize,select,compile,setDocument}Michał Gołębiowski-Owczarek2023-06-121-0/+7
* Selector: Stop relying on CSS.supports( "selector(...)" )Michał Gołębiowski-Owczarek2023-02-141-27/+0
* Selector: Backport jQuery selection context logic to selector-nativeMichał Gołębiowski-Owczarek2023-02-131-317/+63
* Selector: Make selector lists work with `qSA` againMichał Gołębiowski-Owczarek2022-12-191-3/+8
* Core:Selector: Move jQuery.contains from the selector to the core moduleMichał Gołębiowski-Owczarek2022-12-121-1/+0
* Selector: Drop support for legacy pseudos, test custom pseudosMichał Gołębiowski-Owczarek2022-10-111-21/+2
* Selector: Use jQuery `:has` if `CSS.supports(selector(...))` non-compliantMichał Gołębiowski-Owczarek2022-09-191-0/+22
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-4/+7
* CSS: Trim whitespace surrounding CSS Custom Properties valuesfecore12021-09-231-2/+2
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-221-20/+17
* Build: Correct code indentations based on jQuery Style GuideWonseop Kim2020-05-051-2/+4
* Selector: Make empty attribute selectors work in IE againMichał Gołębiowski-Owczarek2019-11-181-3/+1
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-21/+14
* Docs: Update most URLs to HTTPSMichał Gołębiowski-Owczarek2019-10-211-7/+7
* Selector: Make selectors with leading combinators use qSA againMichał Gołębiowski-Owczarek2019-10-141-1/+4
* Manipulation:Selector: Use the nodeName util where possible to save sizeMichał Gołębiowski-Owczarek2019-10-081-18/+17
* Selector: Use shallow document comparisons to avoid IE/Edge crashesMichał Gołębiowski-Owczarek2019-09-251-13/+24
* Core: Remove private copies of push, sort & splice from the jQuery prototypeMichał Gołębiowski-Owczarek2019-09-241-3/+3
* Selector: reduce size, simplify setDocumentMichał Gołębiowski-Owczarek2019-08-261-128/+82
* Selector: Leverage the :scope pseudo-class where possibleMichał Gołębiowski-Owczarek2019-08-191-11/+18
* Selector: Bring back querySelectorAll shortcut usageMichał Gołębiowski-Owczarek2019-08-091-2/+1
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-2/+1672
* Build: ESLint detailsOleg Gaidarenko2016-06-111-1/+3
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-1/+1
* Core: Follow the AMD specification for defineAlexander O'Mara2015-04-131-1/+1
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-061-1/+1
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+1
* Pull in the Sizzle library dynamically using a submodule and make it part of ...John Resig2009-10-261-1007/+0
* Moved a bunch of methods out of the jQuery-specific Sizzle code into more-app...John Resig2009-10-261-61/+0
* A follow-up to [6578] (which stopped adding expandos to elements that didn't ...John Resig2009-09-251-0/+25
* Missing a var on a for loop, caused a variable to be leaked.John Resig2009-09-151-1/+1
* Missing a var on a for loop, caused a variable to be leaked.John Resig2009-09-151-1/+1
* fixed global variables introduced in for loop with missing var-keyword (detec...Jörn Zaefferer2009-09-151-1/+1
* Make sure that at least one argument is provided to .slice(), in accordance w...John Resig2009-07-231-2/+2
* Standardize on using .nodeName in place of .tagName. Fixes jQuery bug #4923.John Resig2009-07-191-1/+1
* Standardizing on .test() and .exec() - moving away from using .match() for Re...John Resig2009-07-191-3/+3
* reverting sizzle updates from previous commit, appears i had an outdated versionBrandon Aaron2009-06-231-3/+3
* fix for #4512 and minor sizzle updatesBrandon Aaron2009-06-231-14/+10
* Removed some cases of strict errors.John Resig2009-05-201-3/+3
* fix :hidden and :visible selectors. fixes #4512Brandon Aaron2009-05-181-2/+12
* fix :hidden selector that was accidentally reverted in previous commit, also ...Brandon Aaron2009-05-041-1/+1
* fix memory leak in IEBrandon Aaron2009-05-041-16/+24
* remove trailing spacesBrandon Aaron2009-03-231-14/+14
* fix for #4374, gap in :hidden, :visible logicBrandon Aaron2009-03-181-1/+1
* Backed out commit [6260], was causing too many problems. We'll have to bite t...John Resig2009-03-171-12/+9
* Moved to a generic solution for copying methods over for querySelectorAll-usi...John Resig2009-02-271-4/+3