![]() |
jQuery Ajax Function not returning data on success - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: jQuery Ajax Function not returning data on success (/showthread.php?tid=46368) |
jQuery Ajax Function not returning data on success - El Forum - 10-29-2011 [eluser]jvk22[/eluser] I have an ajax function that will not return info on success. When I use firebug, it shows the correct response but when I try to alert the response in the success method it does not work. Code: [removed] |