Skip to content

Commit 26cfff8

Browse files
committed
fixes 131 - accurate description of problem
1 parent 5fcea12 commit 26cfff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.getScript.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h4 id="success-callback">
2424
Success Callback
2525
</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>
26+
<p>The callback is fired once the script has been loaded but not necessarily executed.</p>
2727
<pre><code>$(".result").html("&lt;p&gt;Lorem ipsum dolor sit amet.&lt;/p&gt;");</code></pre>
2828
<p>Scripts are included and run by referencing the file name:</p>
2929
<pre><code>$.getScript("ajax/test.js", function(data, textStatus, jqxhr) {

0 commit comments

Comments
 (0)