I have the following in a .js file
$.ajax({ cache: false, url: "/marble/ping?randomString=" + new Date().getTime() });
Steps to replicate problem
- Navigate to page where the js file is included
- Navigate to a different page
- Use back button to go back to the previous page and the javascript doesn't execute again
Is there a way I can work around this?