Fix the case where live change was breaking if a live click was bound ahead of time...
[jquery.git] / src / event.js
index d62d229..c44d7d0 100644 (file)
@@ -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 );
                }
        };