Reload the page after ajax success
问题 I have some problems with redirecting/reloading after a successful ajax call. Here is the situation: I have item for deletion saved in an array. When I click on a button it calls for PHP file via ajax, and after success I need to reload the page. But I have some problem doing this. I searched the internet and couldn't find a working solution. I have PHP file which goes through the array deleting item by item from the database. foreach($arrayVals as $key=>$val) { //bla bla } Also, I have