https://github.com/kgashok/ajax-simple
Ajax simple tutorial
https://github.com/kgashok/ajax-simple
ajax-call json tutorial-code
Last synced: about 15 hours ago
JSON representation
Ajax simple tutorial
- Host: GitHub
- URL: https://github.com/kgashok/ajax-simple
- Owner: kgashok
- Created: 2018-09-16T18:28:13.000Z (over 7 years ago)
- Default Branch: glitch
- Last Pushed: 2018-09-19T18:12:09.000Z (over 7 years ago)
- Last Synced: 2025-09-12T00:47:28.971Z (9 months ago)
- Topics: ajax-call, json, tutorial-code
- Language: JavaScript
- Homepage: https://ajax-simple.glitch.me/
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Promises - Research
- JavaScript bookmarklet code to get URL of tab that was launched from current tab
- Using [Promises](http://j.mp/promiseJS)
- http://bit.ly/promiseIncremental
- http://j.mp/promiseIn16
- http://bit.ly/promiseBasics
# Important Documentation
- http://api.jquery.com/jQuery.get/
- http://api.jquery.com/jQuery.getJSON/
# Ajax tutorial
http://www.kaidez.com/ajax-tutorial/
- Alternatives
- https://webdesign.tutsplus.com/tutorials/how-to-use-jquerys-ajax-function--cms-25774
- http://www.tutorialsteacher.com/jquery/jquery-ajax-introduction
## Must read
The seminal article introducing AJAX by Jesse James Garrett, titled A New Approach to Web Applications
- http://adaptivepath.com/ideas/ajax-new-approach-web-applications/
- Important image to reflect on
> 
## Notes
- how to resolve
[404 error](https://www.lifewire.com/404-not-found-error-explained-2622936)
- proceeding to section 6 on [Ajax and jQuery](http://www.kaidez.com/ajax-tutorial/#ajax-jquery)