Alexis

Resultados 1 preguntas formuladas por Alexis

¿Cómo comprobar un botón de radio con jQuery?

33
respuestas
1.0k
votos
1.8M
vistas

Intento marcar un botón de opción con jQuery. Aquí está mi código: <form> <div id='type'> <input type='radio' id='radio_1' name='type' value='1' /> <input type='radio' id='radio_2' name='type' value='2' /> <input type='radio' id='radio_3'