I've checked high and low, but I can't seem to find the solution!
My webapp has a page that is bogged down with data causing it to load slowly. Is there a way to display a loading div while transitioning to the next page? Perhaps something like this:
- Create a loading div with its style set to visibility: hidden
- When a user clicks on a link, change the div's visibility to visible
- Initiate the loading of data for the next page
- Display the page once the data finishes loading