mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Manipulation: execute scripts from iframe in the iframe's context
Fixes gh-1757 Close gh-2696
This commit is contained in:
@@ -192,7 +192,7 @@ function domManip( collection, args, callback, ignored ) {
|
||||
jQuery._evalUrl( node.src );
|
||||
}
|
||||
} else {
|
||||
jQuery.globalEval( node.textContent.replace( rcleanScript, "" ) );
|
||||
jQuery.globalEval( node.textContent.replace( rcleanScript, "" ), doc );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user