How to Refresh Page using jQuery

Reload Page Using Javascript
Parameter Values
Parameter Type Description
forceGet Boolean
Optional. Specifies the type of reloading:
  • false - Default. Reloads the current page from the cache.
  • true - The current page must be reloaded from the server
$('#button').click(function() {

    location.reload(true);

});
How to Refresh Page using jQuery How to Refresh Page using jQuery Reviewed by Bhaumik Patel on 7:36 PM Rating: 5