Allgemein
- AJAX – Asynchronous JavaScript And XML
- asynchrone HTTP-Anfragen an Webserver
- https://www.w3schools.com/js/js_ajax_intro.asp
- https://www.w3schools.com/jquery/jquery_ajax_intro.asp
- https://www.w3schools.com/jquery/jquery_ref_ajax.asp
Vorteile
- mit jQuery abstrahierbar
- Performance
- Usability
Nachteile
- nur mit JavaScript
- Anfragen nur innerhalb der selben Domain möglich