First Ajax example
- Ajax - Asynchronous JavaScript and XML
- ... but we usually send JSON
Steps
- Route serving JSON
- (Test this route)
- HTML page with JQuery to send AJAX request and handle response
- Route serving the HTML page with the AJAX request
Steps