mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772.
This commit is contained in:
@@ -467,7 +467,6 @@ function cloneFixAttributes( src, dest ) {
|
||||
|
||||
// Clear flags for bubbling special change/submit events, they must
|
||||
// be reattached when the newly cloned events are first activated
|
||||
dest.removeAttribute( "_submit_attached" );
|
||||
dest.removeAttribute( "_change_attached" );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user