diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js index d7fa5c7cc..dcb00abea 100644 --- a/src/jquery/coreTest.js +++ b/src/jquery/coreTest.js @@ -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(); }