Whats the main function of Ajax?? And when we must using Ajax on web programming? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 4

Whats the main function of Ajax?? And when we must using Ajax on web programming?

I've hear about Ajax, but dont know what is it, and when to use it.

20th May 2018, 9:51 AM
MHD BENY WIJAYA
MHD BENY WIJAYA - avatar
1 Resposta
+ 12
Ajax is a client-side script that communicates to and from a server/database without the need for a postback or a complete page refresh. The bestĀ definitionĀ I've read for Ajax is ā€œthe method of exchanging data with a server, and updating parts of a web page ā€“ without reloading the entire page. Use: AjaxĀ ( "Asynchronous JavaScript And XML") is a set ofĀ Web developmentĀ techniques using manyĀ WebĀ technologies on the client side to create asynchronousĀ WebĀ applications.
20th May 2018, 10:19 AM
Abhivarshini Maddala
Abhivarshini Maddala - avatar