Fix the case where live change was breaking if a live click was bound ahead of time...
authorjeresig <jeresig@gmail.com>
Sat, 9 Oct 2010 22:16:08 +0000 (18:16 -0400)
committerjeresig <jeresig@gmail.com>
Sat, 9 Oct 2010 22:16:08 +0000 (18:16 -0400)
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 );
                }
        };