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