Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/07/2009, 14:24
Avatar de foreverOdd
foreverOdd
 
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
  1. $(":ckeckbox").click(function () {
  2.        ($(this).checked) ? $("elemento").show() : $("elemento").hide();
  3.     });
__________________
My path is lit by my own fire, I only go where I desire