From: Brandon Aaron Date: Wed, 1 Nov 2006 21:59:56 +0000 (+0000) Subject: Another $ bites the dust. Should be all of them now. X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;ds=inline;h=40b55adf5c22542985c3f7fc2717df9604a3d973;p=jquery.git Another $ bites the dust. Should be all of them now. --- diff --git a/src/ajax/ajax.js b/src/ajax/ajax.js index 13ad01d..a52879a 100644 --- a/src/ajax/ajax.js +++ b/src/ajax/ajax.js @@ -843,7 +843,7 @@ jQuery.extend({ if ( type == "json" ) eval( "data = " + data ); // evaluate scripts within html - if ( type == "html" ) $("
").html(data).evalScripts(); + if ( type == "html" ) jQuery("
").html(data).evalScripts(); return data; },