How can I show ajax indicator before loading all images in website layout?
Thanks in advance.
Use jQuery. You are welcome.
$("#loading").ajaxStart(function() { $(this).show(); }); $("#loading").ajaxStop(function() { $(this).addClass('ohmy').hide('slow'); });
Source: https://habr.com/ru/post/1722581/More articles:How to get cron to work when using Javan - whenever Rails is ruby-on-railsWhat are the advantages and disadvantages of NHibernate? - nhibernateHow to create a Visual Studio 2008 C ++ project template? - c ++Integrating MSMQ and Active Directory - c #Check if Adobe Reader is installed on the client machine - c #https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1722582/how-to-use-the-secure-desktop-in-windows-vista-and-w7&usg=ALkJrhgLZT3a1-zGEdQ1GrNWmzjSY7ekzQPassing user ID through layers using ASP.NET and WCF - .netEnd-User Identity SOAP Header - soapgoogle chat web client - widgetHttpHandler ASHX file exception handling - htmlAll Articles