We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49370e6 commit f1d710eCopy full SHA for f1d710e
chapters/jquery/ajax.md
@@ -25,7 +25,8 @@ $(document).ready ->
25
# Advanced Settings
26
$.ajax '/',
27
type: 'GET'
28
- dataType: 'html' error: (jqXHR, textStatus, errorThrown) ->
+ dataType: 'html'
29
+ error: (jqXHR, textStatus, errorThrown) ->
30
$('body').append "AJAX Error: #{textStatus}"
31
success: (data, textStatus, jqXHR) ->
32
$('body').append "Successful AJAX call: #{data}"
0 commit comments