Ver Mensaje Individual
  #3 (permalink)  
Antiguo 01/08/2010, 17:13
sp3ncer
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: MAXIMIZAR & MINIMIZAR CON JQUERY (fancybox) ...

GRACIAS AMIGO
SI RESULTO :

Código:
<script>

$("#animar").toggle(function(){
  $(".music").animate({"top": "197px"}, "slow");
  },function(){
  $(".music").animate({"top": "-420px"}, "slow");
});

</script>