From: Mike Alsup Date: Mon, 1 Jan 2007 17:29:31 +0000 (+0000) Subject: update target of evalScripts test X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;ds=sidebyside;h=407ba8308cc540d5b351041c7ead317920b70347;p=jquery.git update target of evalScripts test --- diff --git a/src/jquery/coreTest.js b/src/jquery/coreTest.js index d7fa5c7..dcb00ab 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(); }