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

By | September 22, 2016

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 🙂