+ 1
What is AJAX ?
2 ответов
+ 2
//Ajax is a set of web development techniques using many web technologies on the client side to create asynchronous web applications. With Ajax, web applications can send and retrieve data from a server asynchronously without interfering with the display and behavior of the existing page.
source :https://en.m.wikipedia.org/wiki/Ajax_(programming)
+ 1
Thnkx