+ 13

Hello guys, can anyone explain about AJAX?

26th Apr 2017, 3:59 AM
Jully Fredy
Jully Fredy - avatar
2 Answers
+ 10
Ajax short for asynchronous JavaScript and XML is a set of Web development techniques using many Web technologies on the client side to create asynchronous Web applications. @wikipedia
26th Apr 2017, 4:02 AM
Nithiwat
Nithiwat - avatar
+ 3
AJAX technology allows you to build interactive web apps. With ajax you can retrieve data from server without page refresh. Minimally it brings reach UX to your site/application. Internally it uses XMLHttpRequest object, you can read more about XHR on mdn(https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest).
26th Apr 2017, 8:42 AM
Š›ŠµŃ€Šøя Š‘ŃƒŠ»Š³Š°ŠŗŠ¾Š²Š°
Š›ŠµŃ€Šøя Š‘ŃƒŠ»Š³Š°ŠŗŠ¾Š²Š° - avatar