From ee636689f40f8e7f20d41ec41b5e38e561b4e4e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Mon, 1 Jan 2007 15:26:24 +0000 Subject: [PATCH] Added note for IE's behaviour of stripping script tags when there are no chracters in front of it (see #746) --- src/ajax/ajax.js | 1 + 1 file changed, 1 insertion(+) 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
-- 1.7.10.4