29/07/2009, 14:24
|
| | | Fecha de Ingreso: noviembre-2007 Ubicación: Caracas
Mensajes: 489
Antigüedad: 17 años Puntos: 14 | |
Respuesta: Problema con checkbox y evento toggle
Código javascript :
Ver original$(":ckeckbox").click(function () { ($(this).checked) ? $("elemento").show() : $("elemento").hide(); });
__________________ My path is lit by my own fire, I only go where I desire |