Skip to content

Commit 0667f82

Browse files
Colby Swandalekswedberg
Colby Swandale
authored andcommitted
Fix typo in jQuery.getScript. Closes #249.
1 parent 9f45093 commit 0667f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/jQuery.getScript.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $( "div.log" ).ajaxError(function(e, jqxhr, settings, exception) {
5252
});
5353
</code></pre>
5454
<h4 id="caching-requests">Caching Responses</h4>
55-
<p>Be default, <code>$.getScript()</code> sets the cache setting to <code>false</code>. This appends a timestamped query parameter to the request URL to ensure that the browser downloads the script each time it is requested. You can override this feature by setting the cache property globally using <a href="http://api.jquery.com/jquery.ajaxsetup/"><code>$.ajaxSetup()</code></a>: </p>
55+
<p>By default, <code>$.getScript()</code> sets the cache setting to <code>false</code>. This appends a timestamped query parameter to the request URL to ensure that the browser downloads the script each time it is requested. You can override this feature by setting the cache property globally using <a href="http://api.jquery.com/jquery.ajaxsetup/"><code>$.ajaxSetup()</code></a>: </p>
5656
<pre><code>
5757
$.ajaxSetup({
5858
cache: true

0 commit comments

Comments
 (0)