mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Make sure that the beforeactivate event isn't accidentally prevented.
This commit is contained in:
parent
03481a52c7
commit
209751fcbd
@ -690,7 +690,7 @@ jQuery.event.special.change = {
|
|||||||
var elem = e.target;
|
var elem = e.target;
|
||||||
|
|
||||||
if ( elem.nodeName.toLowerCase() === "input" && elem.type === "radio" ) {
|
if ( elem.nodeName.toLowerCase() === "input" && elem.type === "radio" ) {
|
||||||
return jQuery.data( elem, "_change_data", getVal(elem) );
|
jQuery.data( elem, "_change_data", getVal(elem) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user