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