Hello, I have a PHP application, I need a preloader to be displayed when I do click in any link (or redirected) and PHP loads the content (while the browser is waiting). IMPORTANT: I'm not using Ajax, the document is completely fetched from the php response, I mean all the DOM is retrieved from PHP.