elizabrock / software-development-curriculum

The goal of this repository is to aggregate all of the course materials I've developed in the first 10 Nashville Software School cohorts.
MIT License
25 stars 53 forks source link

updated ajax file #122

Closed MKergosien closed 8 years ago

tombler commented 8 years ago

I'd really appreciate having a code example of a simple jQuery Ajax call or http request at the beginning of the article. I often have to look up the exact syntax and the names of the chained functions that go after (.success, .done, .then, .fail, etc.)

sqfish commented 8 years ago

It's probably worth mentioning that AJAX calls require JQuery. You may want to elaborate on XML HTTP request (vanilla javascript version)

elizabrock commented 8 years ago

+1 on including some reference examples