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:
10065a8
)
Fix the case where live change was breaking if a live click was bound ahead of time...
author
jeresig
<jeresig@gmail.com>
Sat, 9 Oct 2010 22:16:08 +0000
(18:16 -0400)
committer
jeresig
<jeresig@gmail.com>
Sat, 9 Oct 2010 22:16:08 +0000
(18:16 -0400)
src/event.js
patch
|
blob
|
history
diff --git
a/src/event.js
b/src/event.js
index
d62d229
..
c44d7d0
100644
(file)
--- a/
src/event.js
+++ b/
src/event.js
@@
-778,6
+778,7
@@
if ( !jQuery.support.changeBubbles ) {
if ( data != null || val ) {
e.type = "change";
+ e.liveFired = undefined;
return jQuery.event.trigger( e, arguments[1], elem );
}
};