X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fajax%2Fajax.js;h=e37632f540924e479d0be776bb79ff237ce473e4;hb=4805a45c0669b298c24005ce6505b49d88f85fe7;hp=e9f95340e830ba2e53209d17b2457e84504ee53a;hpb=666cc900643ac0779b5d1afd132b23d97f7f09e0;p=jquery.git diff --git a/src/ajax/ajax.js b/src/ajax/ajax.js index e9f9534..e37632f 100644 --- 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