Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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