jquery ajax post data in php only works for the first time
I'm trying to delete data using jquery ajax in PHP. I'm able to delete the data for the first time but it doesn't work the second time. It only works when i refresh the page after the first time. I…