Skip to content
Advertisement

AJAX response returns html content

I have an AJAX call in my codeigniter project. Here is my code:

in view :

JavaScript

and controller :

JavaScript

but the response contains only the html content from my view. I couldn’t identify what is happening.

Advertisement

Answer

change your jquery code to

JavaScript

change your controller code like

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement