Ajax, 비동기통신은 동의어가 아니다

2020. 4. 11. 00:34웹, 네트워크, 통신

728x90

AJAX: Asynchronous JavaScript and XML

With the help of AJAX we can send and retrieve the data from a server asynchronously (in background) i.e. without disturbing the existing page on display.

 

Synchronous AJAX call is made when async setting of jQuery AJAX function is set to false.

While Asynchronous AJAX call is made when async setting of jQuery AJAX function is set to true.

Default value of the async setting of jQuery AJAX function is true.

728x90
반응형