Welcome Guest, Not a member yet? Register   Sign In
AJAX / Post / delete record not working
#7

You may need to add the header shown below.

Code:
$.ajax({
    url: "your url",
    headers: {'X-Requested-With': 'XMLHttpRequest'}
});
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: AJAX / Post / delete record not working - by InsiteFX - 06-22-2022, 06:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB