Close

AJAX

AJAX - Asynchronous JavaScript and XML

“Asynchronous JavaScript and XML” :

Development technique enabling a web page to process HTTP requests asynchronously , that is , without having to reload it .

As the name suggests , It relies on two languages ; Javascript and XML , a data format language .

Nowadays, developers favor the combination “Javascript + JSON format”  .

You can implement Ajax  using the XMLHttpRequest object

or the JQuery library , via its method JQuery.ajax() , aka $.ajax() .

The first method allows you to use Ajax on modern browsers even if JQuery ( or Javascript ) is disabled .

Which is not the case of the second , although the simplest .

Hello everyone ! I am the creator and webmaster of Academypedia.info website . Specialized in Technology Intelligence and Innovation ( Master 1 Diploma in Information and Systems Science from the University of Aix-Marseille, France ), I write tutorials allowing you to discover or take control of the tools of ICT or Technological Intelligence . The purpose of these articles is therefore to help you better search, analyze ( verify ), sort and store public and legal information . Indeed, we cannot make good decisions without having good information !

scroll to top