In Chrome, FF, and IE8-10, when I press the back button, my javascript $(document).ready() function is called, but in IE11, none of the javascript is invoked. Does anyone kn
It's called the BF Cache and it's been around since FF 1.5
Bind to the pageshow event and event.persisted will tell you if its served from the cache.
pageshow
event.persisted
http://msdn.microsoft.com/library/ie/dn265017(v=vs.85).aspx
https://developer.mozilla.org/en-US/docs/Using_Firefox_1.5_caching