WEBVTT

1
00:00:00.000 --> 00:00:03.890
Back then, it wasn't called AJAX and in
fact, AJAX isn't really its official name.

2
00:00:03.890 --> 00:00:08.320
Technically, it's called a XMLHttpRequest
Object.

3
00:00:08.320 --> 00:00:10.220
It's sometimes shortened to just XHR.

4
00:00:11.310 --> 00:00:15.660
Put simply, AJAX is the process of using
JavaScript to send a request to

5
00:00:15.660 --> 00:00:20.630
a web server, and receive a response back,
and then do something with that response.

6
00:00:21.850 --> 00:00:25.285
What you send to the web server with AJAX
can be a simple request for a

7
00:00:25.285 --> 00:00:28.090
webpage, a text file, a search sent to

8
00:00:28.090 --> 00:00:30.000
a database, or a complete form full of
information.
