Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/08/2009, 14:57
Avatar de foreverOdd
foreverOdd
 
Fecha de Ingreso: noviembre-2007
Ubicación: Caracas
Mensajes: 489
Antigüedad: 17 años
Puntos: 14
Respuesta: ocultar o mostar un div con jquery.

Código javascript:
Ver original
  1. $(document).ready(function(){
  2. $('#id_div2').hide();
  3.  
  4. $('#id_div1').click(function(){
  5.  
  6.       $('#id_div2').toggle();
  7. });
  8. });
__________________
My path is lit by my own fire, I only go where I desire