My application makes several calls to an Action method (ASP .NET MVC) which returns a Json object. When the application is waiting for this method to return its data I want to display a loading animation in the center of the page. How would I accomplish this? I know that I should use JQuery but that’s all I know.
My application makes several calls to an Action method (ASP .NET MVC) which returns
Share
I defined two functions in Site.Master:
And special section:
Visual style is defined in CSS: