mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Another $ bites the dust. Should be all of them now.
This commit is contained in:
parent
939e92bea6
commit
40b55adf5c
@ -843,7 +843,7 @@ jQuery.extend({
|
|||||||
if ( type == "json" ) eval( "data = " + data );
|
if ( type == "json" ) eval( "data = " + data );
|
||||||
|
|
||||||
// evaluate scripts within html
|
// evaluate scripts within html
|
||||||
if ( type == "html" ) $("<div>").html(data).evalScripts();
|
if ( type == "html" ) jQuery("<div>").html(data).evalScripts();
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user