index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
event.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
Michał Gołębiowski-Owczarek
2022-01-04
1
-3
/
+3
*
Event: Don't break focus triggering after `.on(focus).off(focus)`
Michał Gołębiowski-Owczarek
2021-05-10
1
-4
/
+4
*
Event: Make focus re-triggering not focus the original element back
Michał Gołębiowski-Owczarek
2020-12-07
1
-0
/
+6
*
Event: Don't crash if an element is removed on blur
Michał Gołębiowski-Owczarek
2020-10-19
1
-1
/
+7
*
Event: Remove the event.which shim
Michał Gołębiowski-Owczarek
2020-08-26
1
-32
/
+2
*
Build: Correct code indentations based on jQuery Style Guide
Wonseop Kim
2020-05-05
1
-4
/
+4
*
Data:Event:Manipulation: Prevent collisions with Object.prototype
Michał Gołębiowski-Owczarek
2020-03-02
1
-2
/
+4
*
Build: Enable ESLint one-var rule for var declarations in browser code
Michał Gołębiowski-Owczarek
2020-03-02
1
-3
/
+4
*
Event: remove jQuery.event.global
Michał Gołębiowski-Owczarek
2020-02-10
1
-5
/
+0
*
Event: Only attach events to objects that accept data - for real
Michał Gołębiowski-Owczarek
2019-12-09
1
-2
/
+3
*
Core: Migrate from AMD to ES modules 🎉
Michał Gołębiowski-Owczarek
2019-11-18
1
-18
/
+12
*
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
Michał Gołębiowski-Owczarek
2019-04-29
1
-37
/
+10
*
Event: Prevent leverageNative from registering duplicate dummy handlers
Richard Gibson
2019-04-29
1
-5
/
+5
*
Event: Fix handling of multiple async focus events
Richard Gibson
2019-04-29
1
-12
/
+18
*
Event: Prevent leverageNative from double-firing focusin
Richard Gibson
2019-03-25
1
-88
/
+84
*
Event: Leverage native events for focus/blur/click; propagate additional data
Richard Gibson
2019-03-20
1
-20
/
+157
*
Event: Add "code" property to Event object
tmybr11
2018-04-17
1
-0
/
+1
*
Tests: fix tests in AMD mode
Timmy Willison
2018-01-16
1
-1
/
+1
*
Core: deprecate jQuery.isFunction
Jason Bedard
2018-01-15
1
-2
/
+4
*
Core: deprecate jQuery.now
Timmy Willison
2018-01-08
1
-1
/
+1
*
Revert "Event: Trigger checkbox and radio click events identically"
Timmy Willison
2017-03-20
1
-7
/
+3
*
Build: fix tests in AMD mode
Timmy Willison
2017-03-06
1
-3
/
+4
*
Core: Deprecate jQuery.nodeName
karan-96
2017-03-01
1
-3
/
+5
*
Event: Trigger checkbox and radio click events identically
Alex Padilla
2017-01-19
1
-4
/
+6
*
Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse
Timmy Willison
2016-09-15
1
-4
/
+4
*
Event: Optimize delegated event processing
Richard Gibson
2016-08-04
1
-17
/
+24
*
Build: Update eslint config and fix associated errors
Oleg Gaidarenko
2016-07-15
1
-1
/
+13
*
Event: Add the most commonly used pointer event properties
Scott González
2016-06-09
1
-0
/
+2
*
Event: Allow constructing a jQuery.Event without a target
Dave Methvin
2016-06-02
1
-1
/
+1
*
Events: don't execute native stop(Immediate)Propagation from simulation
Oleg Gaidarenko
2016-05-19
1
-3
/
+4
*
Event: Add touch event properties, eliminates need for a plugin
Dave Methvin
2016-05-09
1
-0
/
+3
*
Event: Cover invalid delegation selector edge cases
Richard Gibson
2016-05-06
1
-3
/
+5
*
Event: Evaluate delegate selectors at add time
Felipe Sateler
2016-05-06
1
-0
/
+5
*
Event: Remove pageX/pageY fill for event object
Dave Methvin
2016-05-06
1
-34
/
+2
*
Event: Remove fixHooks, propHooks; switch to ES5 getter with addProp
Jason Bedard
2016-05-04
1
-81
/
+115
*
Event: Make event dispatch optimizable by JavaScript engines
Damian Senn
2016-04-27
1
-5
/
+9
*
Build: Put all AMD modules in "src/" in strict mode
Michał Gołębiowski
2016-04-25
1
-0
/
+2
*
Docs: Update support comments to follow the new syntax
Michał Gołębiowski
2016-03-30
1
-5
/
+5
*
Docs:Tests: Remove obsolete code from tests, update support comments
Michał Gołębiowski
2016-03-08
1
-2
/
+2
*
Docs: use https where possible
Bernhard M. Wiedemann
2016-01-27
1
-1
/
+1
*
Event: Fix chaining .on() with null handlers
Devin Wilson
2016-01-19
1
-0
/
+2
*
Event: Separate trigger/simulate into its own module
Dave Methvin
2015-11-06
1
-225
/
+1
*
Event: Fix delegated radio events when arrow keys are used
Dave Methvin
2015-10-18
1
-3
/
+4
*
Tests:Docs: Fix various typos
Gary Ye
2015-10-12
1
-1
/
+1
*
Data: Don't expose jQuery.acceptData
Jason Bedard
2015-09-08
1
-5
/
+5
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-50
/
+70
*
Event: Only check elements for delegation matches
Richard Gibson
2015-08-10
1
-1
/
+2
*
Event: Update support comments for mouseenter/mouseleave implementation
Michał Gołębiowski
2015-07-27
1
-7
/
+4
*
Core: Adjust comments & tests after dropping Safari 6 support
Michał Gołębiowski
2015-07-27
1
-1
/
+1
*
Event: Remove an internal argument to the on method
Michał Gołębiowski
2015-06-14
1
-51
/
+55
[next]