Ver Mensaje Individual
Antiguo 22-feb-2008, 09:46   #4 (permalink)
GatorV
$this->role('moderador');
GatorV es realmente agradableGatorV es realmente agradableGatorV es realmente agradableGatorV es realmente agradableGatorV es realmente agradableGatorV es realmente agradable
 
Avatar de GatorV
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ags/
Mensajes: 16.090
Re: problemilla con autocompleter de scriptaculous.

Prueba así:
Código:
<script type="text/javascript">
			new Ajax.Autocompleter('cliente_name', 'client_name_auto_complete', 'data.php', {indicator:'indicator1', afterUpdateElement : function(text, li) { alert (li.id); } });
		</script>
Saludos.
__________________
Blog Web
GatorV está desconectado   Responder Citando