aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Manipulation: Support $el.html(selfRemovingScript)Richard Gibson2024-01-081-1/+3
* CSS: Fix reliableTrDimensions test for initially hidden iframes (3.x)Michał Gołębiowski-Owczarek2023-11-072-1/+13
* CSS: Fix support test results for initially hidden iframesStephen Sigwart2023-11-021-0/+6
* Build: migrate most grunt tasks off of grunt (3.x)Timmy Willison2023-09-201-45/+0
* Core: Simplify code post browser support reductionMichał Gołębiowski-Owczarek2023-09-202-1/+5
* CSS: Make the reliableTrDimensions support test work with Bootstrap CSS (3.x ...Michał Gołębiowski-Owczarek2023-07-101-2/+2
* Selector: Only attach the unload handler in IE & Edge LegacyMichał Gołębiowski-Owczarek2023-07-101-6/+11
* Docs: Fix typos found by codespellDimitri Papadopoulos Orfanos2023-06-281-1/+1
* Core: Fix regression in jQuery.text() on HTMLDocument objectsTimo Tijhof2023-06-121-2/+7
* Selector: Re-expose jQuery.find.tokenize (3.x version)Michał Gołębiowski-Owczarek2023-06-121-3/+3
* Deprecated: Define `.hover()` using non-deprecated methodsMichał Gołębiowski-Owczarek2023-05-221-1/+3
* Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test (3.x ve...Michał Gołębiowski-Owczarek2023-04-051-2/+2
* CSS: Make `offsetHeight( true )`, etc. include negative marginsMichał Gołębiowski-Owczarek2023-04-041-3/+6
* 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
* CSS: Add missing jQuery.cssNumber entriesMichał Gołębiowski-Owczarek2023-03-271-20/+29
* 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-271-4/+12
* Event: Simulate focus/blur in IE via focusin/focusout (3.x version)Michał Gołębiowski-Owczarek2023-03-274-124/+142
* Deferred: Rename `getStackHook` to `getErrorHook` (3.x version)Michał Gołębiowski-Owczarek2023-03-142-6/+17
* Selector: Stop relying on CSS.supports( "selector(...)" )Michał Gołębiowski-Owczarek2023-02-141-60/+23
* Selector: Rename rcombinators to rleadingCombinatorMichał Gołębiowski-Owczarek2023-02-131-3/+3
* Selector: Make selector lists work with `qSA` againMichał Gołębiowski-Owczarek2022-12-191-6/+14
* Selector: Implement the `uniqueSort` chainable methodMichał Gołębiowski-Owczarek2022-12-142-1/+10
* Selector: Inline Sizzle into the selector module: 3.x version (#5113)Michał Gołębiowski-Owczarek2022-12-1415-118/+2297
* Selector:Manipulation: Fix DOM manip within template contentsMichał Gołębiowski-Owczarek2022-11-161-3/+2
* CSS: Return `undefined` for whitespace-only CSS variable values (#5120)Michał Gołębiowski-Owczarek2022-10-031-4/+24
* CSS: Don’t trim whitespace of undefined custom propertyAnders Kaseorg2022-09-191-1/+1
* Deprecated: Improve $.trim performance for strings with lots of whitespaceVladimir Sitnikov2022-07-201-2/+4
* CSS: Skip falsy values in `addClass( array )`, compress codeMichał Gołębiowski-Owczarek2022-01-251-36/+34
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-1226-46/+46
* Docs: Remove links to Web Archive from sourceMichał Gołębiowski-Owczarek2022-01-042-2/+0
* CSS: Justify use of rtrim on CSS property valuesRichard Gibson2022-01-031-0/+6
* CSS: Remove a redundant extension from rtrimCSS inclusion in curCSSMichał Gołębiowski-Owczarek2021-10-191-1/+1
* CSS: Trim whitespace surrounding CSS Custom Properties valuesfecore12021-10-185-4/+41
* Manipulation: Don't remove HTML comments from scriptsMichał Gołębiowski-Owczarek2021-07-191-1/+8
* Event: Don't break focus triggering after `.on(focus).off(focus)`Michał Gołębiowski-Owczarek2021-05-101-4/+4
* Support: ensure display is set to block for the support div (#4844)Timmy Willison2021-02-161-0/+8
* Deferred: Rename master to primaryMichał Gołębiowski-Owczarek2021-01-121-8/+8
* Dimensions: Modify reliableTrDimensions support test to account for FFTimmy Willison2021-01-111-2/+13
* Core: Report browser errors in parseXMLMichał Gołębiowski-Owczarek2020-12-081-6/+11
* Event: Make focus re-triggering not focus the original element backMichał Gołębiowski-Owczarek2020-12-071-0/+6
* Event: Don't crash if an element is removed on blurMichał Gołębiowski-Owczarek2020-10-191-1/+7
* Event: Remove the event.which shimMichał Gołębiowski-Owczarek2020-08-261-32/+2
* Ajax: Execute JSONP error script responsesDallas Fraser2020-08-251-2/+4
* Core: Bring back QtWebKit support for jQuery 3.xNatalia Sroka2020-07-271-1/+5
* Revert "Offset: Send px-ed strings to .css()"Michał Gołębiowski-Owczarek2020-07-201-6/+0
* Build: Update eslint-config-jquery, fix linting violationsMichał Gołębiowski-Owczarek2020-05-181-1/+1
* Docs: Change JS Foundation mentions to OpenJS FoundationMichał Gołębiowski-Owczarek2020-05-181-1/+1
* Build: Correct code indentations based on jQuery Style GuideWonseop Kim2020-05-0516-44/+70