mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 13:38:27 -05: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:
@@ -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 );
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user