Skip to content

Commit

Permalink
Added note for IE's behaviour of stripping script tags when there are…
Browse files Browse the repository at this point in the history
… no chracters in front of it (see #746)
  • Loading branch information
jzaefferer committed Jan 1, 2007
1 parent 5a6029c commit ee63668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ajax/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ee63668

Please sign in to comment.