Fix the case where live change was breaking if a live click was bound ahead of time. Very similar to #6359. Fixes #6505.
This commit is contained in:
parent
10065a8deb
commit
79305ed146
|
@ -778,6 +778,7 @@ if ( !jQuery.support.changeBubbles ) {
|
||||||
|
|
||||||
if ( data != null || val ) {
|
if ( data != null || val ) {
|
||||||
e.type = "change";
|
e.type = "change";
|
||||||
|
e.liveFired = undefined;
|
||||||
return jQuery.event.trigger( e, arguments[1], elem );
|
return jQuery.event.trigger( e, arguments[1], elem );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue