aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/trigger.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-6/+6
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-3/+3
* Build:Event: Make sure all source modules' exports are used (#4648)Michał Gołębiowski-Owczarek2020-06-021-2/+0
* Build: Correct code indentations based on jQuery Style GuideWonseop Kim2020-05-051-3/+1
* Data:Event:Manipulation: Prevent collisions with Object.prototypeMichał Gołębiowski-Owczarek2020-03-021-1/+3
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-13/+9
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-3/+2
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-2/+3
* Core: Deprecate jQuery.isWindowShashanka Nataraj2017-07-101-4/+4
* Event: `stopPropagation()` on native event-handlerPierre Spring2017-07-101-4/+17
* Events: don't execute native stop(Immediate)Propagation from simulationOleg Gaidarenko2016-05-191-17/+1
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Event: Remove duplicated word text on commentJae Sung Park2015-12-031-1/+1
* Event: Separate trigger/simulate into its own moduleDave Methvin2015-11-061-0/+199