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
*
Revert "Event: remove guard for falsy handler argument of jQuery#on method"
Timmy Willison
2016-01-07
1
-0
/
+2
*
Revert "Misc: Drop support for older browsers; update support comments"
Timmy Willison
2016-01-06
1
-3
/
+2
*
Event: Fix delegated radio events when arrow keys are used
Dave Methvin
2015-10-25
1
-3
/
+4
*
Tests:Docs: Fix various typos
Gary Ye
2015-10-12
1
-1
/
+1
*
Event: Use form prop so that a propHook can be used
Adrian Olek
2015-09-14
1
-1
/
+6
*
Data: Don't expose jQuery.acceptData
Jason Bedard
2015-09-08
1
-3
/
+4
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-59
/
+94
*
Core: Support non-browser environments
Michał Gołębiowski
2015-08-16
1
-1
/
+2
*
Event: Reduce differences from master
Richard Gibson
2015-08-10
1
-7
/
+6
*
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
*
Event: correct an unfinished comment
Oleg Gaidarenko
2015-06-05
1
-1
/
+1
*
Event: remove preDispatch hook & simplify "simulate" signature
Oleg Gaidarenko
2015-06-05
1
-11
/
+9
*
Event: improve originalEvent hack
Oleg Gaidarenko
2015-05-29
1
-6
/
+12
*
Event: provide verbose info for focus(in | out) & rename support props
Oleg Gaidarenko
2015-05-19
1
-10
/
+17
*
Core:CSS:Event: simplification of native method signatures
Oleg Gaidarenko
2015-05-03
1
-1
/
+1
*
Event: add support comment
Oleg Gaidarenko
2015-05-03
1
-0
/
+7
*
Event: remove guard for falsy handler argument of jQuery#on method
Oleg Gaidarenko
2015-05-03
1
-2
/
+0
*
Event: correct support comment
Oleg Gaidarenko
2015-03-08
1
-1
/
+3
*
Event: Add a note about a mouseenter bug in Chrome
Michał Gołębiowski
2015-01-25
1
-0
/
+8
*
Event: HTML5 drop events inherit from MouseEvent
Dave Methvin
2015-01-14
1
-1
/
+1
*
Core: Standardize indexOf comparisons
Richard Gibson
2015-01-10
1
-2
/
+2
*
Event: Normalize mouse event properties in drag events
Aditya Raghavan
2015-01-05
1
-1
/
+1
*
Event: Add reference to data module
Norman Xu
2014-12-31
1
-1
/
+1
*
Event: Empty namespaces should be uneventfully ignored
Dave Methvin
2014-12-09
1
-1
/
+1
*
Misc: Drop support for older browsers; update support comments
Michał Gołębiowski
2014-12-08
1
-3
/
+4
*
Event: Copy detail property to jQuery.Event on native events
Dave Methvin
2014-12-03
1
-1
/
+1
*
Event: Restore the `constructor` property on jQuery.Event prototype
Daniel Herman
2014-09-04
1
-0
/
+1
*
Core: Drop strundefined variable
Chris Antaki
2014-09-02
1
-4
/
+3
*
Build: update grunt-jscs-checker and pass with the new rules
Timmy Willison
2014-07-17
1
-26
/
+52
*
Event: Remove redundant fallback to getPreventDefault()
Michał Gołębiowski
2014-03-20
1
-5
/
+3
*
Event: Treat Pointer events like mouse events, #14741
louisremi
2014-03-16
1
-2
/
+4
*
Event: Call underlying stopImmediatePropagation when present
Dave Methvin
2014-03-12
1
-0
/
+7
*
Event: Allow triggerHandler(beforeunload)
Dave Methvin
2014-03-04
1
-2
/
+3
*
Ref #14180, let focusin/out work on non-element targets.
Dave Methvin
2013-11-14
1
-2
/
+2
*
Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.
Dave Methvin
2013-11-12
1
-7
/
+16
*
Fix some code style inconsistencies
Oleg
2013-11-07
1
-2
/
+2
*
Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369."
Dave Methvin
2013-10-22
1
-14
/
+7
*
Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.
Dave Methvin
2013-10-22
1
-7
/
+14
*
Fixes #14450. Remove CommonJS+AMD syntax.
Timmy Willison
2013-10-15
1
-15
/
+14
*
Fix #13993. Save result of native inline handlers. Close gh-1368.
Dave Methvin
2013-10-06
1
-2
/
+5
*
Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close gh...
Dave Methvin
2013-09-19
1
-2
/
+8
*
Separate jQuery.fn.init into its own module (for lighter core dependencies ac...
Timmy Willison
2013-09-09
1
-0
/
+1
*
Break jQuery.access out into its own module to separate it from core; Adjust ...
Timmy Willison
2013-09-09
1
-12
/
+14
*
Always return jQuery in modules that can be included separately
Timmy Willison
2013-09-08
1
-0
/
+1
*
Fix #10814. Fix #14084. Make support tests lazy and broken out to components.
Michał Gołębiowski
2013-09-06
1
-6
/
+6
*
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Timmy Willison
2013-08-15
1
-7
/
+20
*
Remove an unnecessary comment
Michał Gołębiowski
2013-05-24
1
-1
/
+0
*
Fix #13393. Avoid IE9 activeElement of death.
Dave Methvin
2013-04-08
1
-2
/
+8
[next]