mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
update target of evalScripts test
This commit is contained in:
parent
41f62e1364
commit
407ba8308c
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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user