What is Ajax in programming 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of Seoul, Lives in Seoul, South Korea.
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 -C without reloading the entire page.--
2023-05-15 07:21:31
评论(499)
Helpful(122)
Helpful
Helpful(2)

Amelia Turner
QuesHub.com delivers expert answers and knowledge to you.
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 -C without reloading the entire page.--