Welcome Guest, Not a member yet? Register   Sign In
Doubt about ajax generated link
#1

[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?
#2

[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?




Theme © iAndrew 2016 - Forum software by © MyBB