Tag Archives: location.reload() creates cache issue in laravel

location.reload() not refreshing the page in laravel ajax call

If in your application location.reload not refreshing the entire page,mostly in firefox. or else we need to do hard refresh(ctrl+F5) to reflect the changes in the page use the below code in in the ajax success section

Enjoy this will work 🙂