aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Build: Updating the 3.x-stable version to 3.7.1-pre.Timmy Willison2023-05-111-1/+1
* Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test (3.x ve...Michał Gołębiowski-Owczarek2023-04-052-28/+78
* CSS: Make `offsetHeight( true )`, etc. include negative marginsMichał Gołębiowski-Owczarek2023-04-042-4/+12
* Event: Simplify the check for saved data in leverageNativeMichał Gołębiowski-Owczarek2023-04-031-1/+1
* Selector: Remove an obsolete commentMichał Gołębiowski-Owczarek2023-04-031-2/+0
* Tests: Fix tests added in gh-5233Michał Gołębiowski-Owczarek2023-03-271-4/+6
* CSS: Add missing jQuery.cssNumber entriesMichał Gołębiowski-Owczarek2023-03-272-33/+112
* Selector: Wrap activeElement access in try-catchMichał Gołębiowski-Owczarek2023-03-271-1/+12
* Event: Make trigger(focus/blur/click) work with native handlersMichał Gołębiowski-Owczarek2023-03-272-6/+73
* Event: Simulate focus/blur in IE via focusin/focusout (3.x version)Michał Gołębiowski-Owczarek2023-03-277-204/+300
* Tests: Add tests for arary data in ajaxMichał Gołębiowski-Owczarek2023-03-211-67/+201
* Build: Only install Playwright dependencies when neededMichał Gołębiowski-Owczarek2023-03-201-1/+1
* Tests: Skip jQuery.Deferred.exceptionHook tests in IE 9Michał Gołębiowski-Owczarek2023-03-152-1/+5
* Tests: Test AJAX deprecated event aliases properlyMichał Gołębiowski-Owczarek2023-03-151-5/+5
* Deferred: Rename `getStackHook` to `getErrorHook` (3.x version)Michał Gołębiowski-Owczarek2023-03-144-11/+58
* Release: add support for md5 sums in windowsTimmy Willison2023-03-091-2/+15
* Selector: Stop relying on CSS.supports( "selector(...)" )Michał Gołębiowski-Owczarek2023-02-143-116/+81
* Selector: Rename rcombinators to rleadingCombinatorMichał Gołębiowski-Owczarek2023-02-131-3/+3
* Build: Bump actions/setup-node from 3.5.1 to 3.6.0dependabot[bot]2023-02-061-1/+1
* Tests: Fix selector tests in ChromeMichał Gołębiowski-Owczarek2023-01-242-8/+12
* Build: Run GitHub Action browser tests on Playwright WebKitMichał Gołębiowski-Owczarek2023-01-247-35/+93
* Build: Migrate middleware-mockserver to modern JSMichał Gołębiowski-Owczarek2023-01-232-49/+65
* Docs: Remove stale badge from READMETimmy Willison2022-12-201-2/+0
* Docs: update irc to Libera and fix LAMP dead linkfecore12022-12-201-2/+2
* Build: remove stale Insight package from custom buildsTimmy Willison2022-12-202-43/+2
* Tests: Skip the native :valid tests in IE 9Michał Gołębiowski-Owczarek2022-12-191-1/+5
* Selector: Make selector lists work with `qSA` againMichał Gołębiowski-Owczarek2022-12-192-7/+35
* Selector: Implement the `uniqueSort` chainable methodMichał Gołębiowski-Owczarek2022-12-143-25/+68
* Selector: Inline Sizzle into the selector module: 3.x version (#5113)Michał Gołębiowski-Owczarek2022-12-1443-3299/+5045
* Build: Updating the 3.x-stable version to 3.7.0-pre.Michał Gołębiowski-Owczarek2022-12-141-1/+1
* Build: Updating the 3.x-stable version to 3.6.3-pre.Timmy Willison2022-12-131-1/+1
* Release: update authorsTimmy Willison2022-12-121-0/+2
* Build: Limit permissions for GitHub workflowsAlex2022-12-011-0/+3
* Build: Test on Node.js 18 & 19, stop testing on Node 12Michał Gołębiowski-Owczarek2022-11-171-1/+1
* Selector:Manipulation: Fix DOM manip within template contentsMichał Gołębiowski-Owczarek2022-11-162-3/+45
* Selector: Update Sizzle from 2.3.7 to 2.3.8Michał Gołębiowski-Owczarek2022-11-164-7/+14
* Build: Bump actions/setup-node from 3.5.0 to 3.5.1dependabot[bot]2022-11-011-1/+1
* Selector: Update Sizzle from 2.3.6 to 2.3.7Michał Gołębiowski-Owczarek2022-10-044-7/+65
* Build: Update Grunt from 1.4.1 to 1.5.3Michał Gołębiowski-Owczarek2022-10-031-1/+1
* Docs: Update the README of the published packageMichał Gołębiowski-Owczarek2022-10-031-5/+3
* Tests: Remove a workaround for a Firefox XML parsing issueMichał Gołębiowski-Owczarek2022-10-031-7/+1
* CSS: Return `undefined` for whitespace-only CSS variable values (#5120)Michał Gołębiowski-Owczarek2022-10-032-5/+27
* Build: Bump actions/setup-node from 3.4.1 to 3.5.0dependabot[bot]2022-10-031-1/+1
* Tests: Make Ajax tests pass in iOS 9Michał Gołębiowski-Owczarek2022-09-211-1/+7
* CSS: Don’t trim whitespace of undefined custom propertyAnders Kaseorg2022-09-192-2/+5
* Upgrade: Bump actions/setup-node from 3.3.0 to 3.4.1dependabot[bot]2022-09-121-1/+1
* Build: Updating the 3.x-stable version to 3.6.2-pre.Timmy Willison2022-08-261-1/+1
* Release: update AUTHORS.txtTimmy Willison2022-08-151-0/+4
* Deprecated: Improve $.trim performance for strings with lots of whitespaceVladimir Sitnikov2022-07-201-2/+4
* Docs: Update webpack website in READMESimon Legner2022-07-121-1/+1