index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
mgol-patch-1
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
...
*
Fix simulate() arg order.
Dave Methvin
2011-09-19
1
-1
/
+1
*
Clean up the quick selector expression parsing code.
Dave Methvin
2011-09-19
1
-24
/
+27
*
special.handle now must call the handleObj.handler if it wants that to happen...
Dave Methvin
2011-09-19
1
-29
/
+23
*
Rework the special events interface to add handle and trigger hooks. Modify I...
Dave Methvin
2011-09-19
1
-125
/
+136
*
Rewrite IE special change/submit to make it faster/shorter. Fixes #6319.
Dave Methvin
2011-09-19
1
-52
/
+49
*
Fixes #8858. Pass the .trigger(..., data) to the event.special._default method.
Dave Methvin
2011-09-19
1
-1
/
+1
*
Add unit tests for quickIs cases and fix the regexp as a result.
Dave Methvin
2011-09-19
1
-4
/
+4
*
Pre-compute delegated event path and handlers to comply with http://www.w3.or...
Dave Methvin
2011-09-19
1
-17
/
+21
*
jQuery 1.7 event work:
Dave Methvin
2011-09-19
1
-443
/
+325
*
Fix #10208. Check for `button` as well as `input` when performing the #7071 V...
Dave Methvin
2011-09-07
1
-2
/
+3
*
Make sure that Internet Explorer 6-8 won't give a "failed" error, when a requ...
Steen Nielsen
2011-07-15
1
-3
/
+4
*
Landing pull request 397. withinElement rewrite in event. Fixes #6234, #9357,...
rwldrn
2011-06-14
1
-18
/
+11
*
Landing pull request 404. Removes unused hasOwn var declaration. Fixes #9510.
rwldrn
2011-06-06
1
-2
/
+1
*
Landing pull request 377. Check custom data != null(undefined), allows zero; ...
Rick Waldron
2011-05-16
1
-1
/
+1
*
Make sure that mouseenter/mouseleave fire on the correct element when doing d...
John Resig
2011-05-10
1
-3
/
+4
*
Restores var names to satisfy the crock-machine. Supplements #9008
Rick Waldron
2011-04-28
1
-1
/
+1
*
Restored /g flag to rspaces; Adds unit tests; Supplements #9008
Rick Waldron
2011-04-28
1
-1
/
+1
*
Make cached rspaces regex definitions consistent. Fixes #9008
rwldrn
2011-04-28
1
-2
/
+2
*
Landing pull request 344. using jQuery.nodeName where applicable.
Jordan Boesch
2011-04-23
1
-4
/
+4
*
Merge branch 'master' of github.com:jquery/jquery into fix-8790a-quicker-trigger
Dave Methvin
2011-04-21
1
-3
/
+8
|
\
|
*
DRY out #6514
Rick Waldron
2011-04-17
1
-1
/
+1
|
*
Fix live mouseenter and mouseleave binding so they can be activated by trigge...
Brian Brennan
2011-04-17
1
-1
/
+1
|
*
Added check for live mouseenter/mouseleave events if bound to nested elements...
Gilmore Davidson
2011-04-17
1
-0
/
+5
|
*
Make sure that there isn't an error if no event object exists. Fixes #8755.
John Resig
2011-04-17
1
-1
/
+1
|
*
Allow function to be passed in as a data object to bind and one. Fixes #6993.
John Resig
2011-04-16
1
-1
/
+1
*
|
Follow-up to #8790. Delay the creation of a jQuery.Event until we know it wil...
Dave Methvin
2011-04-16
1
-26
/
+23
|
/
*
Fix test suite fail in IE6/7 on event:undelegate - was failing an if where it...
timmywil
2011-04-13
1
-2
/
+2
*
Followup to #8753. Modify new Event constructor signature to jQuery.event(typ...
Dave Methvin
2011-04-12
1
-15
/
+9
*
Merge branch 'fix-8790-quick-trigger'
Dave Methvin
2011-04-12
1
-4
/
+5
|
\
|
*
Explicitly set event.type in case we chopped out a namespace or exclusive flag.
Dave Methvin
2011-04-12
1
-0
/
+1
|
*
Use explicit "new jQuery.Event" to avoid double-function-call overhead.
Dave Methvin
2011-04-12
1
-3
/
+3
*
|
Accessing the 'type' property on VML elements fails on IE. Fixes #7071.
John Firebaugh
2011-04-12
1
-2
/
+2
*
|
Merge branch 'Sub_Naming' of https://github.com/timmywil/jquery into timmywil...
John Resig
2011-04-12
1
-1
/
+1
|
\
\
|
*
|
Changed $.sub internals to match sub naming, added some more spacing in some ...
Timmy Willison
2011-02-06
1
-4
/
+2
*
|
|
More formatting tweaks.
John Resig
2011-04-12
1
-2
/
+2
*
|
|
Fixing some minor formatting problems.
John Resig
2011-04-12
1
-1
/
+3
*
|
|
Merge branch 'fix-8790-quick-trigger' of https://github.com/dmethvin/jquery i...
John Resig
2011-04-12
1
-15
/
+31
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger
Dave Methvin
2011-04-11
1
-0
/
+8
|
|
\
\
|
*
|
|
Shave some time off array setup in trigger/handle
Dave Methvin
2011-04-11
1
-2
/
+2
|
*
|
|
Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger
Dave Methvin
2011-04-11
1
-1
/
+4
|
|
\
\
\
|
*
|
|
|
Move initialization of event until we determine if anyone wants it.
Dave Methvin
2011-04-11
1
-15
/
+18
|
*
|
|
|
Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger
Dave Methvin
2011-04-10
1
-34
/
+54
|
|
\
\
\
\
|
*
|
|
|
|
Allow specific custom events to exit trigger early if there are no handlers b...
Dave Methvin
2011-04-06
1
-2
/
+15
*
|
|
|
|
|
Removing un-needed frameElement check as discussed in #8018. Fixes #8108.
jeresig
2011-04-12
1
-11
/
+0
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge branch '8777' of https://github.com/rwldrn/jquery into rwldrn-8777
jeresig
2011-04-11
1
-0
/
+8
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Ticket #8777 undelegate by namespace
rwldrn
2011-04-05
1
-2
/
+11
*
|
|
|
|
Ticket #8753 Always set event type explicitly
Rick Waldon
2011-04-11
1
-2
/
+5
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into gf3-pr...
jeresig
2011-04-10
1
-17
/
+27
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' into proxy-native-bind
Gianni Chiappetta
2011-01-21
1
-67
/
+55
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783)
Gianni Chiappetta
2010-12-14
1
-17
/
+27
[prev]
[next]