the reload() function takes an optional parameter that can be set to true to reload from the server rather than the cache. The parameter defaults to false, so by default the page reloads from the browser's cache.$('#something').click(function() {
location.reload();
});
No comments:
Post a Comment