01/08/2010, 17:13
|
|
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>
|