09/06/2010, 10:25
|
| | Fecha de Ingreso: abril-2010 Ubicación: Extremadura
Mensajes: 128
Antigüedad: 14 años, 6 meses Puntos: 2 | |
Respuesta: sacar variable de un imput con autocomplete <div>
<input style="width: 200px;" id="name" onkeyup="getInfo(this.innerHTML,200)" type="text" />
<div onclick="" id="autoSuggestionsList" style="position: relative; top: -4px; width='100px;'" >
</div>
e probado algo asi pero no funciona?? dame un pista no?? |