An open API service indexing awesome lists of open source software.

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

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
> ![ajax](https://cdn.glitch.com/cc6878c5-1209-4e01-828e-89b7cc0f1016%2Fajax-fig1_small.png?1537123471825)

## 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)