[eluser]salvomil[/eluser]
Thank you Ajaxboy, this is what I need. I undestand now how to use plugins. But when I try the steps you suggested me I get the following warnings:
A PHP Error was encountered
Severity: Warning
Message: Illegal offset type
Filename: classes/cjax.class.php
Line Number: 194
A PHP Error was encountered
Severity: Warning
Message: Illegal offset type
Filename: classes/cjax.class.php
Line Number: 197
and the ajax call does not fire.
I tried also the following version
$ajax->keyup("name", $ajax->call2("ajax.php?mycontroller/get_names/|name|"));
but nothing happens....