This is my code to trigger the ajax..
<td>[url=”#”]load->library(‘ajax’);
$this->ajax->link_to_remote($row->project_name, array(‘url’ => ‘index.php/admin_cont/ajaxtake’, ‘update’ => ‘data_div’));
?>”
style=“text-decoration:none”><?php echo substr($row->project_name,0,11).”..”; ?> [/url]</td>
here “admin_con” is my controller page and ajaxtake is function in “admin_con” which display a message “hi”.
data_div the the place where i want to show the result..
but it is not working.. somebody please help me
Thanks in advance..
Tismon