const sloader = { show: function () { var sLoaderElement = `
` $("body").append(sLoaderElement); }, hide: function () { $(".sloader").remove(); } }