What is Ajax?
Asynchronous Javascript And Xml
A technique for loading data for only part of a page without having to refresh the entire page using the browser's XMLHttpRequest object.
Ajax makes a request to the server via an XMLHttpRequest object so that only a ...
weensy.hashnode.dev1 min read