Showing posts with label chrome back problem. Show all posts
Showing posts with label chrome back problem. Show all posts

Sunday, June 22, 2014

Chrome history back does not trigger onload($ready) problem solution.


<script type="text/javascript">
window.addEventListener("pageshow", function() {

       // user codes

}, false);

</script>