Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/10/2013, 17:23
jb_james
 
Fecha de Ingreso: julio-2013
Mensajes: 57
Antigüedad: 11 años, 4 meses
Puntos: 1
verificar un radio seleccionado

Hola, amigos. Solicitando su ayuda en lo siguiente:

if($x(i+'_nu_valorPregunta').val() == 0){

Lo que quiero checar en este if es que un radio este seleccionado para posteriormente hacer otras validaciones pero no esta entrando en el if, seguro hay un error. Acá tengo los radio:

Si&nbsp;<cfinput type="radio" name="#id_pregunta#_nu_valorPregunta" id="#id_pregunta#_nu_valorPregunta_si" value="1" onChange="fnc_calculoCalificacion(1)">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
No&nbsp;<cfinput type="radio" name="#id_pregunta#_nu_valorPregunta" id="#id_pregunta#_nu_valorPregunta_no" value="0" onChange="fnc_calculoCalificacion(0)" checked="yes">

Aprecio su ayuda