diff --git a/src/ajax/ajax.js b/src/ajax/ajax.js index e9f95340..e37632f5 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