Created
February 14, 2017 14:14
-
-
Save artem-alek/cbca3ed694f90edbdfd5729ec45bab1a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section 1: | |
1. get, post, put, delete | |
2. not sure | |
3. not sure | |
4. 2xx = success; 3xx = redirection; 4xx = client error; 5xx = sever error | |
Section 2: | |
1. the ajax function, and data is the whole information for the GET. | |
2. it makes the function ajax wait to receive the information before exiting out of the function. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment