Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/normalhuman01/js-ajax-peticiones
https://github.com/normalhuman01/js-ajax-peticiones
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/normalhuman01/js-ajax-peticiones
- Owner: normalhuman01
- License: mit
- Created: 2023-12-14T03:26:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T03:37:03.000Z (about 1 year ago)
- Last Synced: 2023-12-14T04:29:41.753Z (about 1 year ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JavaScript - AJAX (Asynchronous JavaScript e XML)
- It is not a programming language;
- JavaScript programming technique;
- Receive and send data to the server asynchronously; e
- Through the DOM, it updates the web page without having to reload.
- [jQuery CDN](http://code.jquery.com/)
- [w3schools - Learn AJAX](https://www.w3schools.com/xml/ajax_intro.asp)
- [Laragon](https://laragon.org/)