aboutsummaryrefslogtreecommitdiffstats
path: root/src/var
Commit message (Collapse)AuthorAgeFilesLines
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-292-13/+5
| | | | | | | | | | | Also, update support comments format to match format described in: https://github.com/jquery/contribute.jquery.org/issues/95#issuecomment-69379197 with the change from: https://github.com/jquery/contribute.jquery.org/issues/95#issuecomment-448998379 (open-ended ranges end with `+`). Fixes gh-3950 Fixes gh-4299 Closes gh-4347
* Event: Leverage native events for focus/blur/click; propagate additional dataRichard Gibson2019-03-201-0/+5
| | | | | | | | | | | | | | | | | | | | | Summary of the changes/fixes: 1. Trigger checkbox and radio click events identically (cherry-picked from b442abacbb8464f0165059e8da734e3143d0721f that was reverted before). 2. Manually trigger a native event before checkbox/radio handlers. 3. Add test coverage for triggering namespaced native-backed events. 4. Propagate extra parameters passed when triggering the click event to the handlers. 5. Intercept and preserve namespaced native-backed events. 6. Leverage native events for focus and blur. 7. Accept that focusin handlers may fire more than once for now. Fixes gh-1741 Fixes gh-3423 Fixes gh-3751 Fixes gh-4139 Closes gh-4279 Ref gh-1367 Ref gh-3494
* Core: Recognize Shadow DOM in attachment checksSaptak Sengupta2018-11-091-11/+0
| | | | | | | Allow `isAttached` to check Shadow DOM for attachment. Fixes gh-3504 Closes gh-3996 Ref gh-3977
* Core: Use isAttached to check for attachment of elementSaptak Sengupta2018-03-051-0/+11
| | | | | | | This change replaces the use of contains to check for attachment by isAttached function Closes gh-3977 Ref gh-3504
* Tests: fix tests in AMD modeTimmy Willison2018-01-161-6/+6
|
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-0/+13
| | | | Fixes gh-3609
* Core: Deprecate jQuery.isWindowShashanka Nataraj2017-07-101-0/+8
| | | | | Fixes gh-3629 Close gh-3702
* 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
| | | | This reverts commit b442abacbb8464f0165059e8da734e3143d0721f.
* Event: Trigger checkbox and radio click events identicallyAlex Padilla2017-01-191-0/+5
| | | | | Fixes gh-3423 Closes gh-3494
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-152-5/+8
| | | | | | | | | | | | - Renames and changes rnotwhite to focus on HTML whitespace chars - Change internal use of jQuery.trim to more accurate strip and collapse - Adds tests to ensure HTML space characters are retained where valid - Doesn't add tests where the difference is inconsequential and existing tests are adequate. Fixes gh-3003 Fixes gh-3072 Close gh-3316
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-2517-0/+32
| | | | Fixes gh-3073
* Core: Simplify isPlainObjectRichard Gibson2016-04-043-0/+13
| | | | | Fixes gh-2986 Close gh-2998
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0714-30/+32
| | | | Fixes gh-2056
* Core: Switch from modules to just window.setTimeout etc.Michał Gołębiowski2015-06-174-12/+0
| | | | | | Using modules for window.setTimeout etc. made those functions cached and disabled Sinon mocking, making effects tests fail. Just writing window.setTimeout directly is smaller anyway.
* Core: Use window.setTimeout & friends instead of global equivalentsMichał Gołębiowski2015-06-174-0/+12
| | | | Fixes gh-2177
* CSS: Support relative adjustment in any applicable unitMr212015-03-091-0/+7
| | | | | Fixes gh-1711 Closes gh-2011
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-262-0/+8
| | | | | Fixes gh-1950 Closes gh-1949
* Core: Drop strundefined variableChris Antaki2014-09-021-3/+0
|
* Core: Remove native String#trim usage to save sizeMichał Gołębiowski2014-03-041-3/+0
| | | | Fixes #14794
* Separate jQuery.fn.init into its own module (for lighter core dependencies ↵Timmy Willison2013-09-091-4/+0
| | | | across all modules)
* Add AMD+CommonJS capabilities to the build script (for modules with long ↵Timmy Willison2013-09-091-0/+1
| | | | unreadable dependency lists)
* Move parsing methods to their own files (separates manipulation dependency ↵Timmy Willison2013-09-081-0/+4
| | | | from core)
* 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