git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88068f8
)
beforedeactivate will fire before focusout - use that to our advantage when working...
author
Justin Meyer
<justinbmeyer@gmail.com>
Wed, 13 Oct 2010 14:38:29 +0000
(10:38 -0400)
committer
jeresig
<jeresig@gmail.com>
Wed, 13 Oct 2010 14:38:29 +0000
(10:38 -0400)
src/event.js
patch
|
blob
|
history
diff --git
a/src/event.js
b/src/event.js
index
d830c4d
..
fb5a3ef
100644
(file)
--- a/
src/event.js
+++ b/
src/event.js
@@
-792,6
+792,8
@@
if ( !jQuery.support.changeBubbles ) {
filters: {
focusout: testChange,
+ beforedeactivate: testChange,
+
click: function( e ) {
var elem = e.target, type = elem.type;