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
반응형
'웹, 네트워크, 통신' 카테고리의 다른 글
반응형 웹디자인 9가지 요소 (0) | 2020.04.15 |
---|---|
언제 동기식 AJAX 혹은 비동기식 AJAX를 써야하는가? (0) | 2020.04.11 |
동기(synchronous), 비동기(asynchronous) (0) | 2020.04.11 |
웹브라우저의 주요 구성요소, 웹브라우저 렌더링 프로세스 (0) | 2020.04.04 |
데몬이란? What is daemon? (0) | 2020.01.29 |