aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.js
Commit message (Expand)AuthorAgeFilesLines
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-3/+3
* Event: Don't break focus triggering after `.on(focus).off(focus)`Michał Gołębiowski-Owczarek2021-05-101-4/+4
* Event: Make focus re-triggering not focus the original element backMichał Gołębiowski-Owczarek2020-12-071-0/+6
* Event: Don't crash if an element is removed on blurMichał Gołębiowski-Owczarek2020-10-191-1/+7
* Event: Remove the event.which shimMichał Gołębiowski-Owczarek2020-08-261-32/+2
* Build: Correct code indentations based on jQuery Style GuideWonseop Kim2020-05-051-4/+4
* Data:Event:Manipulation: Prevent collisions with Object.prototypeMichał Gołębiowski-Owczarek2020-03-021-2/+4
* Build: Enable ESLint one-var rule for var declarations in browser codeMichał Gołębiowski-Owczarek2020-03-021-3/+4
* Event: remove jQuery.event.globalMichał Gołębiowski-Owczarek2020-02-101-5/+0
* Event: Only attach events to objects that accept data - for realMichał Gołębiowski-Owczarek2019-12-091-2/+3
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-18/+12
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-37/+10
* Event: Prevent leverageNative from registering duplicate dummy handlersRichard Gibson2019-04-291-5/+5
* Event: Fix handling of multiple async focus eventsRichard Gibson2019-04-291-12/+18
* Event: Prevent leverageNative from double-firing focusinRichard Gibson2019-03-251-88/+84
* Event: Leverage native events for focus/blur/click; propagate additional dataRichard Gibson2019-03-201-20/+157
* Event: Add "code" property to Event objecttmybr112018-04-171-0/+1
* Tests: fix tests in AMD modeTimmy Willison2018-01-161-1/+1
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-2/+4
* Core: deprecate jQuery.nowTimmy Willison2018-01-081-1/+1
* Revert "Event: Trigger checkbox and radio click events identically"Timmy Willison2017-03-201-7/+3
* Build: fix tests in AMD modeTimmy Willison2017-03-061-3/+4
* Core: Deprecate jQuery.nodeNamekaran-962017-03-011-3/+5
* Event: Trigger checkbox and radio click events identicallyAlex Padilla2017-01-191-4/+6
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-151-4/+4
* Event: Optimize delegated event processingRichard Gibson2016-08-041-17/+24
* Build: Update eslint config and fix associated errorsOleg Gaidarenko2016-07-151-1/+13
* Event: Add the most commonly used pointer event propertiesScott González2016-06-091-0/+2
* Event: Allow constructing a jQuery.Event without a targetDave Methvin2016-06-021-1/+1
* Events: don't execute native stop(Immediate)Propagation from simulationOleg Gaidarenko2016-05-191-3/+4
* Event: Add touch event properties, eliminates need for a pluginDave Methvin2016-05-091-0/+3
* Event: Cover invalid delegation selector edge casesRichard Gibson2016-05-061-3/+5
* Event: Evaluate delegate selectors at add timeFelipe Sateler2016-05-061-0/+5
* Event: Remove pageX/pageY fill for event objectDave Methvin2016-05-061-34/+2
* Event: Remove fixHooks, propHooks; switch to ES5 getter with addPropJason Bedard2016-05-041-81/+115
* Event: Make event dispatch optimizable by JavaScript enginesDamian Senn2016-04-271-5/+9
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-5/+5
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-2/+2
* Docs: use https where possibleBernhard M. Wiedemann2016-01-271-1/+1
* Event: Fix chaining .on() with null handlersDevin Wilson2016-01-191-0/+2
* Event: Separate trigger/simulate into its own moduleDave Methvin2015-11-061-225/+1
* Event: Fix delegated radio events when arrow keys are usedDave Methvin2015-10-181-3/+4
* Tests:Docs: Fix various typosGary Ye2015-10-121-1/+1
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-081-5/+5
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-50/+70
* Event: Only check elements for delegation matchesRichard Gibson2015-08-101-1/+2
* Event: Update support comments for mouseenter/mouseleave implementationMichał Gołębiowski2015-07-271-7/+4
* Core: Adjust comments & tests after dropping Safari 6 supportMichał Gołębiowski2015-07-271-1/+1
* Event: Remove an internal argument to the on methodMichał Gołębiowski2015-06-141-51/+55