mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
update target of evalScripts test
This commit is contained in:
2
src/jquery/coreTest.js
vendored
2
src/jquery/coreTest.js
vendored
@@ -434,7 +434,7 @@ test("evalScripts() with no script elements", function() {
|
||||
url: 'data/text.php?' + new Date().getTime(),
|
||||
success: function(data, status) {
|
||||
ok ( true, 'before evalScripts()');
|
||||
jQuery('#output').html(data).evalScripts();
|
||||
jQuery('#foo').html(data).evalScripts();
|
||||
ok ( true, 'after evalScripts()');
|
||||
start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user