Skip to content

Commit f52d5e8

Browse files
ashishg-qburstAurelioDeRosa
authored andcommitted
ajaxComplete(): Fixed a typo
Closes jquerygh-1002
1 parent 30fe58a commit f52d5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/ajaxComplete.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $( document ).ajaxComplete(function( event, xhr, settings ) {
4848
<example>
4949
<desc>Show a message when an Ajax request completes.</desc>
5050
<code><![CDATA[
51-
$( document ).ajaxComplete(function( event,request, settings ) {
51+
$( document ).ajaxComplete(function( event, request, settings ) {
5252
$( "#msg" ).append( "<li>Request Complete.</li>" );
5353
});
5454
]]></code>

0 commit comments

Comments
 (0)