CodeIgniter Forums
Doubt about ajax generated link - 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: Doubt about ajax generated link (/showthread.php?tid=6259)



Doubt about ajax generated link - El Forum - 02-20-2008

[eluser]Rubiz'[/eluser]
Hi there!

Well, I got ajax and it works ok in my app. I generate links dynamically:
Code:
echo $this->ajax->link_to_remote(utf8_encode(character_limiter($c->nome, 32)), array('url' => base_url() . 'index.php/show_info/setList/' . $c->id_fabricante . '/' . $c->id_categoria, 'update' => 'linhasSelect'));

I need now, in this link generated by ci, add a onmouseover event.

How can I do that?


Doubt about ajax generated link - El Forum - 02-21-2008

[eluser]Rubiz'[/eluser]
no one knoews or theres no way? I 'll have to create these things by copying + pastying generated result and inserting onmouseover event?