beforedeactivate will fire before focusout - use that to our advantage when working with the change event.

This commit is contained in:
Justin Meyer 2010-10-13 10:38:29 -04:00 committed by jeresig
parent 88068f82c1
commit f3d610e064

View file

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