What is ajax?

Опубликовано: 27 Август 2018
на канале: Asad Bashir
10
0

Ajax: Introduction
Ajax is a group of web development techniques used to send and retrieve data in the background without refreshing the web page. With Ajax, server never send you the whole page but pieces which you need.

Ajax can be in any format

HTML
Text file
JSON object

Java script use XHR(XML HTTP Request) api to handle communication between client and server.

For more
https://asadbashir.tumblr.com/post/17...