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 7ff9e5c commit f0f402dCopy full SHA for f0f402d
chapters/ajax/ajax_request_without_jquery.md
@@ -40,7 +40,7 @@ When the button is clicked, we want to send an Ajax request to the server to ret
40
41
Next, create the CoffeeScript file to hold the page logic. The code in this file creates a function to be called when the Load Data button is clicked.
42
43
-{% highlight coffeescript linenos %}
+{% highlight coffeescript %}
44
# XMLHttpRequest.coffee
45
loadDataFromServer = ->
46
req = new XMLHttpRequest()
0 commit comments