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
/
src
/
event.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Event: remove preDispatch hook & simplify "simulate" signature
Oleg Gaidarenko
2015-06-05
1
-7
/
+4
*
Event: remove outdated originalEvent hack
Oleg Gaidarenko
2015-05-29
1
-7
/
+13
*
Event: Remove fake originalEvent from jQuery.Event.simulate
Gabriel Schulhof
2015-05-29
1
-2
/
+6
*
Event: provide verbose comment for focus(in | out) & rename support prop
Oleg Gaidarenko
2015-05-19
1
-5
/
+11
*
Data: remove the expando when there's no more data
Timmy Willison
2015-05-12
1
-7
/
+2
*
Event: remove redundant guards for the event methods
Oleg Gaidarenko
2015-05-03
1
-3
/
+3
*
Core:CSS:Event: simplification of native method signatures
Oleg Gaidarenko
2015-05-03
1
-2
/
+3
*
Event: add support comment
Oleg Gaidarenko
2015-05-03
1
-0
/
+6
*
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
*
Data: move element cache to element[expando]
Rick Waldron
2015-03-04
1
-1
/
+5
*
Event: Add a note about a mouseenter bug in Chrome
Michał Gołębiowski
2015-01-25
1
-0
/
+4
*
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
*
Build: Don't assume the browser environment; smoke test on Node w/ jsdom
Michał Gołębiowski
2014-12-26
1
-1
/
+2
*
Event: Empty namespaces should be uneventfully ignored
Dave Methvin
2014-12-09
1
-1
/
+1
*
Event: Copy detail property to jQuery.Event on native events
Dave Methvin
2014-12-03
1
-1
/
+1
*
Misc: Drop support for older browsers; update support comments
Michał Gołębiowski
2014-11-03
1
-8
/
+5
*
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
-3
/
+2
*
Build: update grunt-jscs-checker and pass with the new rules
Timmy Willison
2014-07-17
1
-25
/
+40
*
Support: clean up comments and Support notation
Dave Methvin
2014-06-10
1
-5
/
+5
*
Event: Fix isDefaultPrevented for bubbled events in Android 2.3
Michał Gołębiowski
2014-03-20
1
-2
/
+2
*
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
-1
/
+1
*
Ref #14180, let focusin/out work on non-element targets.
Dave Methvin
2013-11-14
1
-2
/
+2
*
Event: Fix #14544. Remove elem from event handle, close gh-1400.
Ilya Kantor
2013-11-14
1
-7
/
+2
*
Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.
Dave Methvin
2013-11-12
1
-7
/
+17
*
No ticket. Remove useless comment
Oleg
2013-10-28
1
-1
/
+0
*
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
-13
/
+13
*
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
-3
/
+4
*
No ticket: fix code style inconsistencies. Closes gh-1361
Oleg
2013-09-13
1
-3
/
+3
*
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
-13
/
+15
*
Always return jQuery in modules that can be included separately
Timmy Willison
2013-09-08
1
-0
/
+1
*
Fix #10814. Make support tests lazy and broken out to components.
Michał Gołębiowski
2013-09-06
1
-4
/
+5
*
No ticket. Add a support note about defaultPrevented missing in Android < 4.0
Michał Gołębiowski
2013-08-19
1
-1
/
+4
*
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Timmy Willison
2013-08-15
1
-6
/
+20
*
Fix #13255. Set a default event target for Cordova.
Dave Methvin
2013-05-02
1
-0
/
+6
*
Fix #13393. Avoid IE9 activeElement of death.
Dave Methvin
2013-04-08
1
-2
/
+8
*
No ticket. Use data_priv methods instead of jQuery._removeData and jQuery._da...
Oleg Gaidarenko
2013-04-08
1
-6
/
+3
*
Ref #12652: Allow overriding native .click() suppression
Richard Gibson
2013-04-08
1
-11
/
+16
*
Improve CSS and `Support:` comments. Close gh-1220.
Michał Gołębiowski
2013-04-06
1
-3
/
+4
*
Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203.
Michał Gołębiowski
2013-04-04
1
-3
/
+1
*
Update grunt-contrib-jshint to 0.3.0, close gh-1204.
Michał Gołębiowski
2013-04-03
1
-0
/
+2
[prev]
[next]