git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
939e92b
)
Another $ bites the dust. Should be all of them now.
author
Brandon Aaron
<brandon.aaron@gmail.com>
Wed, 1 Nov 2006 21:59:56 +0000
(21:59 +0000)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Wed, 1 Nov 2006 21:59:56 +0000
(21:59 +0000)
src/ajax/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax/ajax.js
b/src/ajax/ajax.js
index
13ad01d
..
a52879a
100644
(file)
--- 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" ) $("<div>").html(data).evalScripts();
+ if ( type == "html" ) jQuery("<div>").html(data).evalScripts();
return data;
},