index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
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
/
test
/
unit
/
event.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Event: Avoid collisions between jQuery.event.special & Object.prototype
Michał Gołębiowski-Owczarek
2023-04-03
1
-0
/
+20
*
Event: Make trigger(focus/blur/click) work with native handlers
Michał Gołębiowski-Owczarek
2023-03-27
1
-2
/
+61
*
Event: Simulate focus/blur in IE via focusin/focusout
Michał Gołębiowski-Owczarek
2023-03-27
1
-120
/
+202
*
Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`
Michał Gołębiowski-Owczarek
2022-01-04
1
-27
/
+27
*
Event: Don't break focus triggering after `.on(focus).off(focus)`
Michał Gołębiowski-Owczarek
2021-05-10
1
-0
/
+16
*
Event: Make focus re-triggering not focus the original element back
Michał Gołębiowski-Owczarek
2020-12-07
1
-0
/
+34
*
Event: Don't crash if an element is removed on blur
Michał Gołębiowski-Owczarek
2020-10-19
1
-0
/
+27
*
Tests: Use only one focusin/out handler per matching window & document
Michał Gołębiowski-Owczarek
2020-04-27
1
-9
/
+54
*
Manipulation: Make jQuery.htmlPrefilter an identity function
Michał Gołębiowski-Owczarek
2020-03-16
1
-13
/
+13
*
Data:Event:Manipulation: Prevent collisions with Object.prototype
Michał Gołębiowski-Owczarek
2020-03-02
1
-0
/
+43
*
Build:Tests: Fix custom build tests, verify on Travis
Michał Gołębiowski-Owczarek
2020-01-07
1
-3
/
+4
*
Event: Only attach events to objects that accept data - for real
Michał Gołębiowski-Owczarek
2019-12-09
1
-0
/
+9
*
Selector: Inline Sizzle into the selector module
Michał Gołębiowski-Owczarek
2019-07-29
1
-12
/
+17
*
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
Michał Gołębiowski-Owczarek
2019-04-29
1
-17
/
+2
*
Tests: Restrict an event test fallback to TestSwarm
Richard Gibson
2019-04-29
1
-1
/
+1
*
Tests: Fix the new focusin/focusout test in IE
Michał Gołębiowski-Owczarek
2019-04-29
1
-44
/
+59
*
Event: Stop shimming focusin & focusout events
Michał Gołębiowski-Owczarek
2019-04-29
1
-11
/
+34
*
Event: Fix handling of multiple async focus events
Richard Gibson
2019-04-29
1
-0
/
+43
*
Event: Prevent leverageNative from double-firing focusin
Richard Gibson
2019-03-25
1
-5
/
+1
*
Event: Leverage native events for focus/blur/click; propagate additional data
Richard Gibson
2019-03-20
1
-30
/
+133
*
Build: Update test code for compatibility with QUnit 2.x (#4297)
abnud1
2019-02-18
1
-3
/
+4
*
Event: Move event aliases to deprecated
Dave Methvin
2018-01-15
1
-86
/
+0
*
Tests: fix function reference for unbinding
Timmy Willison
2018-01-08
1
-4
/
+4
*
Core: deprecate jQuery.proxy (not slated for removal)
Timmy Willison
2018-01-08
1
-7
/
+8
*
Tests: Add support for running unit tests via grunt with karma
Timo Tijhof
2017-12-18
1
-3
/
+2
*
Tests: Account for TestSwarm focus issues
Richard Gibson
2017-07-20
1
-89
/
+98
*
Tests: Simulate events when CI hinders use of native ones
Richard Gibson
2017-07-20
1
-120
/
+107
*
Tests: Reduce the abort timeout for simple focus testing
Richard Gibson
2017-07-19
1
-7
/
+3
*
Tests: Abort focus tests when the environment doesn't cooperate
Richard Gibson
2017-07-18
1
-1
/
+10
*
Tests: Try extra hard to control focus
Richard Gibson
2017-07-18
1
-12
/
+21
*
Event: `stopPropagation()` on native event-handler
Pierre Spring
2017-07-10
1
-0
/
+41
*
Tests: add test for passing trigger data to radio click handler
Timmy Willison
2017-03-20
1
-0
/
+10
*
Revert "Event: Add radio click triggering tests"
Timmy Willison
2017-03-20
1
-26
/
+11
*
Event: Add radio click triggering tests
Alex Padilla
2017-01-19
1
-11
/
+26
*
Build: ESLint details
Oleg Gaidarenko
2016-06-11
1
-19
/
+20
*
Event: Allow constructing a jQuery.Event without a target
Dave Methvin
2016-06-02
1
-0
/
+9
*
Events: don't execute native stop(Immediate)Propagation from simulation
Oleg Gaidarenko
2016-05-19
1
-7
/
+90
*
Event: Cover invalid delegation selector edge cases
Richard Gibson
2016-05-06
1
-8
/
+10
*
Event: Evaluate delegate selectors at add time
Felipe Sateler
2016-05-06
1
-0
/
+13
*
Event: Remove fixHooks, propHooks; switch to ES5 getter with addProp
Jason Bedard
2016-05-04
1
-15
/
+7
*
Tests: Refactor testIframe() to make it DRYer and more consistent
Dave Methvin
2016-04-11
1
-12
/
+12
*
Docs: Update support comments to follow the new syntax
Michał Gołębiowski
2016-03-30
1
-3
/
+3
*
Docs:Tests: Remove legacy code & add support comments where needed
Michał Gołębiowski
2016-03-30
1
-0
/
+1
*
Docs:Tests: Remove obsolete code from tests, update support comments
Michał Gołębiowski
2016-03-08
1
-34
/
+25
*
Event: Fix chaining .on() with null handlers
Devin Wilson
2016-01-19
1
-0
/
+22
*
Selector: pass jQuery unit tests with selector-native
Timmy Willison
2015-11-11
1
-1
/
+2
*
Event: Move VML test out of event alias test
Dave Methvin
2015-11-07
1
-5
/
+15
*
Event: Make event aliases optional in unit tests
Dave Methvin
2015-11-06
1
-44
/
+41
*
Event: Add basic unit tests for event aliases
Dave Methvin
2015-11-05
1
-0
/
+18
*
Event: Ensure delegation doesn't error on comment nodes
Timmy Willison
2015-11-04
1
-0
/
+27
[next]