Question

so what I'm trying to do is simple to explain: I have one page (let's call it login.html) that has a script whenever an $.get $.load $.post is called it shows an progress bar like youtube now my problem is to move to another page with one of this methods so for example I complete the login and it loads the page2.html and only shows the page2.html and leaves login.html after page2.html is ready to be displayed

Kind of like a preload, any ideas? I've tried the $('hmtl').load('page2.html'); but it messes up my CSS and SCRIPTS

Was it helpful?

Solution

You can try to use ajax loader which basically preloads the specified page and then just switches a body element of current and the preloaded page.

Here is an example

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top