Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/02/2012, 00:41
Avatar de chalchis
chalchis
 
Fecha de Ingreso: julio-2003
Mensajes: 1.773
Antigüedad: 21 años, 4 meses
Puntos: 21
Pregunta focus en array de input text

Hola amigos tengon un problema
tengo un array de campos text

Código:
<body>

        <input type="text" name="txtList[]" >

        <input type="text" name="txtList[]" >

        <input type="text" name="txtList[]"  >

        <input id="btnSubmit" type="submit"  />

       

    </body>

como puedo hacer el jquery pasarle un dato a uno de los campos

trate hacer algo asi tonto pero obvio no funciono

jQuery('#txtListv[0]').val('111');

como puedo indicarle usando el indice a que campo me estoy refiriendo

saludos

espero sus comentarios
__________________
gerardo