jQuery ajax success not work in codeigniter
- by softboxkid
I had a problem with ajax. The trick is, when user click on the top hyperlink, it will send the link id through onclick=getChildMenuLink(str). Then from getChildMenuLink(str) function, it will send the str to the controller (to set the session) thru ajax. here is the code.
html code
<a href="http://localhost/ejournal/index.php/sysconfig"…