Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/12/2014, 07:12
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 11 meses
Puntos: 1012
Respuesta: Display diw fila tabla al seleccionar check

no puedes duplicar las ids.
como verás he realizado algunos cambios, incluso en el html
Cita:
<input type="checkbox" onclick='toggle(this, this.nextElementSibling)' />
<input class="fecha-prevista" />

<script type="text/javascript">
function toggle(este, nxt) {
nxt.style.display = este ? "inline" : 'none';
}
</script>
si quieres compatibilidad con navegadores antiguos, lee esto
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}