beforedeactivate will fire before focusout - use that to our advantage when working with the change event.
This commit is contained in:
parent
88068f82c1
commit
f3d610e064
|
@ -792,6 +792,8 @@ if ( !jQuery.support.changeBubbles ) {
|
||||||
filters: {
|
filters: {
|
||||||
focusout: testChange,
|
focusout: testChange,
|
||||||
|
|
||||||
|
beforedeactivate: testChange,
|
||||||
|
|
||||||
click: function( e ) {
|
click: function( e ) {
|
||||||
var elem = e.target, type = elem.type;
|
var elem = e.target, type = elem.type;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue