beforedeactivate will fire before focusout - use that to our advantage when working...
authorJustin Meyer <justinbmeyer@gmail.com>
Wed, 13 Oct 2010 14:38:29 +0000 (10:38 -0400)
committerjeresig <jeresig@gmail.com>
Wed, 13 Oct 2010 14:38:29 +0000 (10:38 -0400)
src/event.js

index d830c4d..fb5a3ef 100644 (file)
@@ -792,6 +792,8 @@ if ( !jQuery.support.changeBubbles ) {
                filters: {
                        focusout: testChange, 
 
+                       beforedeactivate: testChange,
+
                        click: function( e ) {
                                var elem = e.target, type = elem.type;