I\'m working with jQuery to have a fade-in effect on my html page, which works just fine. However, when I hit the back-button in my browser, I go to the right url but get a
It's because you page is in "bfcache" (see a Firefox article). For disable bfcache, you can just add an onunload attribut:
Source : Ajax, back button and DOM updates and Is there a cross-browser onload event when clicking the back button?