aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Build: Updating the 3.x-stable version to 3.5.1-pre.Michał Gołębiowski-Owczarek2020-04-101-1/+1
* Release: Update AUTHORS.txtMichał Gołębiowski-Owczarek2020-04-101-0/+2
* Ajax: Do not execute scripts for unsuccessful HTTP responsesSean Robinson2020-04-064-0/+145
* Ajax: Overwrite s.contentType with content-type header value, if anyChristian Wenz2020-04-062-0/+55
* Tests: Blacklist one focusin test in IEMichał Gołębiowski-Owczarek2020-04-061-1/+8
* Event: Use only one focusin/out handler per matching window & documentMichał Gołębiowski-Owczarek2020-04-062-10/+48
* Manipulation: Skip the select wrapper for <option> outside of IE 9Michał Gołębiowski-Owczarek2020-03-303-7/+27
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-1618-257/+246
* Selector: Update Sizzle from 2.3.4 to 2.3.5Michał Gołębiowski-Owczarek2020-03-164-324/+520
* Build: Resolve Travis config warningsMichał Gołębiowski-Owczarek2020-03-131-2/+2
* Data:Event:Manipulation: Prevent collisions with Object.prototypeMichał Gołębiowski-Owczarek2020-03-026-9/+69
* Release: Use an in-repository dist README fixtureMichał Gołębiowski-Owczarek2020-03-023-65/+134
* Build: Enable ESLint one-var rule for var declarations in browser codeMichał Gołębiowski-Owczarek2020-03-025-5/+9
* Tests: Pass a number of necessary done() calls to assert.async()Michał Gołębiowski-Owczarek2020-03-022-10/+10
* Build: Test the no-Sizzle build on TravisMichał Gołębiowski-Owczarek2020-03-022-1/+9
* Build: Update .mailmap & AUTHORS.txtMichał Gołębiowski-Owczarek2020-02-242-0/+14
* Core:Ajax: Align nonce & global with master, fix an AMD issueMichał Gołębiowski-Owczarek2020-02-244-5/+6
* Core: Fire iframe script in its context, add doc param in globalEvalMichał Gołębiowski-Owczarek2020-02-108-10/+74
* Build:Tests: Fix custom build tests, verify on Travis; name Travis jobsMichał Gołębiowski-Owczarek2020-01-2728-180/+284
* Ajax: Deprecate AJAX event aliases, inline event/alias into deprecatedMichał Gołębiowski-Owczarek2020-01-217-58/+56
* Build: Lint the minified jQuery file as wellMichał Gołębiowski-Owczarek2020-01-214-19/+30
* Build: Make Karma work in AMD modeMichał Gołębiowski-Owczarek2020-01-219-125/+183
* Docs: Update links to EdgeHTML issues to go through Web ArchiveMichał Gołębiowski-Owczarek2020-01-081-22/+22
* Tests: Make the support tests pass on Firefox 4x/5x/60Michał Gołębiowski-Owczarek2020-01-071-1/+1
* Build: Create a `grunt custom:slim` alias for the Slim buildMichał Gołębiowski-Owczarek2020-01-073-2/+25
* Event: Only attach events to objects that accept data - for realMichał Gołębiowski-Owczarek2019-12-092-3/+13
* Tests: Skip a "width/height on a table row with phantom borders" test in FirefoxMichał Gołębiowski-Owczarek2019-10-281-1/+8
* Tests: Don't test synchronous XHR on unload in ChromeMichał Gołębiowski-Owczarek2019-10-281-8/+13
* Build: Run tests on Travis only on browsers defined in the configMichał Gołębiowski-Owczarek2019-10-221-2/+4
* Build: Run tests on Firefox ESR as wellMichał Gołębiowski-Owczarek2019-10-221-0/+7
* Build: Run tests on Node.js 13 in addition to 8, 10 & 12Michał Gołębiowski-Owczarek2019-10-221-0/+1
* Build: Drop workarounds for Node.js 6 in Gruntfile.jsMichał Gołębiowski-Owczarek2019-10-221-20/+2
* Build: Run tests on Travis on FirefoxHeadless as wellMichał Gołębiowski-Owczarek2019-10-222-8/+8
* Offset: Send px-ed strings to .css()Dave Methvin2019-10-211-0/+6
* CSS: Workaround buggy getComputedStyle on table rows in IE/EdgeMichał Gołębiowski-Owczarek2019-10-144-10/+82
* Build: Require strict mode in Node.js scripts via ESLintMichał Gołębiowski-Owczarek2019-10-0912-14/+26
* Docs: Convert link to Homebrew from HTTP to HTTPSChristian Oliff2019-10-071-1/+1
* Build: Support jquery-release --dry-run flagMichał Gołębiowski-Owczarek2019-10-051-1/+2
* Build: Stop copying src/core.js to dist on releaseMichał Gołębiowski-Owczarek2019-10-041-4/+7
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-09-2617-26/+25
* Build: Fix the regex parsing AMD var-modules (#4389)Michał Gołębiowski-Owczarek2019-09-261-1/+1
* Effect: Fix a unnecessary conditional statement in .stop()Wonseop Kim2019-09-261-1/+1
* Core: Deprecate jQuery.trimShashanka Nataraj2019-09-265-36/+33
* Core: Use Array.prototype.flat where supportedAhmed.S.ElAfifi2019-09-255-15/+41
* Build: Update the version to 3.5.0-preMichał Gołębiowski-Owczarek2019-09-251-1/+1
* Core: Implement .even() & .odd() to replace POS :even & :oddMichał Gołębiowski-Owczarek2019-09-242-0/+24
* Tests: Fix offset fractions tests in Chrome for AndroidMichał Gołębiowski-Owczarek2019-09-241-1/+1
* Tests: Move Android user agent detection above iOS, put Safari lastMichał Gołębiowski-Owczarek2019-09-241-4/+4
* Tests: Make support tests accept Safari 13 & newerMichał Gołębiowski-Owczarek2019-09-231-5/+5
* Tests: update npo.js and include unminified source insteadTimmy Willison2019-08-122-2/+370