Skip to content
Permalink
Browse files
Another $ bites the dust. Should be all of them now.
  • Loading branch information
brandonaaron committed Nov 1, 2006
1 parent 939e92b commit 40b55ad
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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;
},

0 comments on commit 40b55ad

Please sign in to comment.