Lopez Arthur, Author at Lio-Meph - Page 2 of 3

laptop

Where should I use Ajax?

Aug 04, 2022
Ajax was originally an acronym for asynchronous JavaScript and XML. “Asynchronous” means that multiple events occur independently of each other.
code
laptop
code

Joomla Ajax interface

Jan 14, 2022
Joomla 3.x has a new component called com_ajax. Which is a thin, extensible component used as a starting point for HTTP requests from modules and plugins.
code
Code
Code

Data exchange

Jun 12, 2021
In order to exchange data, the page must create an XMLHttpRequest object, which is a kind of intermediary between the user’s browser and the server.
laptop
Code
code