Hello,
I'm trying to return false with using the anchor function in CI, as it's sending me to another page, rather than loading ajax.
Here's my code:
<li id="addclient"><?php echo anchor('site_add_client', 'Clients', array('onclick'=> "content_ajax_client()")); ?> </li>
Thanks