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:
5a6029c
)
Added note for IE's behaviour of stripping script tags when there are no chracters...
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Mon, 1 Jan 2007 15:26:24 +0000
(15:26 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Mon, 1 Jan 2007 15:26:24 +0000
(15:26 +0000)
src/ajax/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax/ajax.js
b/src/ajax/ajax.js
index
e9f9534
..
e37632f
100644
(file)
--- a/
src/ajax/ajax.js
+++ b/
src/ajax/ajax.js
@@
-23,6
+23,7
@@
jQuery.fn.extend({
* Load HTML from a remote file and inject it into the DOM.
*
* Note: Avoid to use this to load scripts, instead use $.getScript.
+ * IE strips script tags when there aren't any other characters in front of it.
*
* @example $("#feeds").load("feeds.html");
* @before <div id="feeds"></div>