aboutsummaryrefslogtreecommitdiffstats
path: root/src/var
Commit message (Expand)AuthorAgeFilesLines
* CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapperMichał Gołębiowski-Owczarek2023-09-201-1/+1
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-1225-40/+40
* Core: Don't rely on splice being present on inputBruno PIERRE2022-01-241-0/+3
* CSS: Trim whitespace surrounding CSS Custom Properties valuesfecore12021-09-232-0/+8
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-221-2/+2
* Deprecated: Remove jQuery.trimMichał Gołębiowski-Owczarek2020-05-181-1/+0
* Build: Update eslint-config-jquery, fix linting violationsMichał Gołębiowski-Owczarek2020-05-181-1/+1
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-1823-140/+43
* Core: Use Array.prototype.flat where supportedAhmed.S.ElAfifi2019-09-252-7/+15
* Core: Remove private copies of push, sort & splice from the jQuery prototypeMichał Gołębiowski-Owczarek2019-09-241-0/+7
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-0/+7
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-0/+7
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-292-13/+5
* Event: Leverage native events for focus/blur/click; propagate additional dataRichard Gibson2019-03-201-0/+5
* Core: Recognize Shadow DOM in attachment checksSaptak Sengupta2018-11-091-11/+0
* Core: Use isAttached to check for attachment of elementSaptak Sengupta2018-03-051-0/+11
* Tests: fix tests in AMD modeTimmy Willison2018-01-161-6/+6
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-0/+13
* Core: Deprecate jQuery.isWindowShashanka Nataraj2017-07-101-0/+8
* Docs: Update links to HTML spec for stripAndCollapse (#3594)Boom Lee2017-03-291-1/+1
* Revert "Event: Trigger checkbox and radio click events identically"Timmy Willison2017-03-201-5/+0
* Event: Trigger checkbox and radio click events identicallyAlex Padilla2017-01-191-0/+5
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-152-5/+8
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-2517-0/+32
* Core: Simplify isPlainObjectRichard Gibson2016-04-043-0/+13
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0714-30/+32
* Core: Switch from modules to just window.setTimeout etc.Michał Gołębiowski2015-06-174-12/+0
* Core: Use window.setTimeout & friends instead of global equivalentsMichał Gołębiowski2015-06-174-0/+12
* CSS: Support relative adjustment in any applicable unitMr212015-03-091-0/+7
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-262-0/+8
* Core: Drop strundefined variableChris Antaki2014-09-021-3/+0
* Core: Remove native String#trim usage to save sizeMichał Gołębiowski2014-03-041-3/+0
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-4/+0
* Add AMD+CommonJS capabilities to the build script (for modules with long unre...Timmy Willison2013-09-091-0/+1
* Move parsing methods to their own files (separates manipulation dependency fr...Timmy Willison2013-09-081-0/+4
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-0612-14/+14
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-0/+4
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-1512-0/+48