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-Tag: 1.0.4~67 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;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 13ad01d40..a52879aa3 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; },