valor texto span obtener jquery jquery-selectors selector textinput

span - Cómo seleccionar la matriz de cuadro de texto de ID usando jquery



obtener texto de un span jquery (3)

Tengo código HTML

<input id="info[text1]" type="text" value="1"/> <br> <input id="info[text2]" type="text" value="2"/> <br>

Quiero seleccionar id = ''info [text1]'' usando jquery pero no puedo, ¡así que pueden ayudarme!


Pruébalo de esta manera.

$(''input[id="info[text1]"]'')