aboutsummaryrefslogtreecommitdiffstats
path: root/src/jquery.js
Commit message (Collapse)AuthorAgeFilesLines
* Build:Tests: Fix custom build tests, verify on Travis; name Travis jobsMichał Gołębiowski-Owczarek2020-01-271-0/+2
| | | | | | | | | | | | | | | | This commit fixes unit tests for the following builds: 1. The no-deprecated build: `custom:-deprecated` 2. The current slim build: `custom:-ajax,-effects` 3. The 4.0 (#4553) slim build: `custom:-ajax,-callbacks,-deferred,-effects` It also adds separate Travis jobs for the no-deprecated & slim builds. Apart from that, add intuitive names to Travis jobs. Otherwise it's hard to see at a glance that a particular job is running on Firefox ESR, for example. Ref gh-4577 Ref gh-4596 Closes gh-4600
* Ajax: Deprecate AJAX event aliases, inline event/alias into deprecatedMichał Gołębiowski-Owczarek2020-01-211-1/+0
| | | | | | | | | | | A new `src/deprecated` directory makes it possible to exclude some deprecated APIs from a custom build when their respective "parent" module is excluded without keeping that module outside of the `src/deprecated` directory or the `src/deprecated.js` file. Closes gh-4572 (cherry picked from 23d53928f383b0e7440bf4b08b7524e6af232fad)
* Event: Move event aliases to deprecatedDave Methvin2018-01-151-1/+0
| | | | Fixes gh-3214
* Core: expose noConflict in AMD modeTimmy Willison2016-08-151-2/+3
| | | | | | | | - For compability reasons, we had already added the global in AMD mode, but without noConflict. This adds back noConflict to AMD (which fixes noConflict mode in the tests). Fixes gh-2930
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
| | | | Fixes gh-3073
* Deferred: Warn on exceptions that are likely programming errorsDave Methvin2016-01-131-0/+1
| | | | | Fixes gh-2736 Closes gh-2737
* Event: Separate trigger/simulate into its own moduleDave Methvin2015-11-061-0/+1
| | | | | | | | Fixes gh-1864 Closes gh-2692 This also pulls the focusin/out special event into its own module, since that depends on simulate(). NB: The ajax module triggers events pretty heavily.
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-3/+3
| | | | Fixes gh-2056
* Build: fix tests in AMD modeTimmy Willison2014-12-091-3/+2
|
* Ajax: move ajax event aliases to their own fileTimmy Willison2014-06-021-0/+1
| | | | Fixes #15126
* Build: Add the ability to remove global exposure.Timmy Willison2013-12-191-5/+3
| | | | Ref #14016
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-3/+2
|
* When converting the source to AMD, don't forget to AMDTimmy Willison2013-08-161-1/+2
|
* Specify support as a dependency wherever it is used. Optimize module order ↵Timmy Willison2013-08-151-2/+2
| | | | to save 15 bytes.
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+38
|
* Finished up some of the reorganization.John Resig2007-09-081-1014/+0
|
* Reorganzing the jQuery source (first phase).John Resig2007-09-081-0/+1014