----------------------------------------
>AJAX is not a programming language, its a set of technology.
>AJAX helps in fetching data asynchronously without interfering existing page i.e only specific part reload
>No page reload.
>Modern website uses JSON.
refer: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/open
0 Comments