Another $ bites the dust. Should be all of them now.
authorBrandon Aaron <brandon.aaron@gmail.com>
Wed, 1 Nov 2006 21:59:56 +0000 (21:59 +0000)
committerBrandon Aaron <brandon.aaron@gmail.com>
Wed, 1 Nov 2006 21:59:56 +0000 (21:59 +0000)
src/ajax/ajax.js

index 13ad01d..a52879a 100644 (file)
@@ -843,7 +843,7 @@ jQuery.extend({
                if ( type == "json" ) eval( "data = " + data );
                
                // evaluate scripts within html
-               if ( type == "html" ) $("<div>").html(data).evalScripts();
+               if ( type == "html" ) jQuery("<div>").html(data).evalScripts();
 
                return data;
        },