]> source.dussan.org Git - jquery.git/commitdiff
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 d830c4d98e05a98fe79f491e6794578ec5049ef9..fb5a3ef8cc6fa0bd4f7ec79f201c093540111979 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;