How to display an animated image /images/ajax-loader.gif when executing a GET request, and in case of receiving data, remove it and display the data.
(this is in jquerymobile, the picture is displayed in the center of the screen)
// Пример запроса $.get("index", "getdata", serverResponse, "json");