mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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 ) {
|
||||
e.type = "change";
|
||||
e.liveFired = undefined;
|
||||
return jQuery.event.trigger( e, arguments[1], elem );
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user