mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 21:18:33 -05:00
Added note for IE's behaviour of stripping script tags when there are no chracters in front of it (see #746)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user