We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fcea12 commit 26cfff8Copy full SHA for 26cfff8
entries/jQuery.getScript.xml
@@ -23,7 +23,7 @@
23
<h4 id="success-callback">
24
Success Callback
25
</h4>
26
- <p>The callback is passed the returned JavaScript file. This is generally not useful as the script will already have run at this point.</p>
+ <p>The callback is fired once the script has been loaded but not necessarily executed.</p>
27
<pre><code>$(".result").html("<p>Lorem ipsum dolor sit amet.</p>");</code></pre>
28
<p>Scripts are included and run by referencing the file name:</p>
29
<pre><code>$.getScript("ajax/test.js", function(data, textStatus, jqxhr) {
0 commit comments