29/07/2009, 07:54
|
| | | Fecha de Ingreso: noviembre-2007 Ubicación: Caracas
Mensajes: 489
Antigüedad: 17 años Puntos: 14 | |
Respuesta: jQuery: Problemas con toggle trata con esto:
Código javascript :
Ver originaljQuery("a").hover( function(){ jQuery(this).animate({fontSize:"20px"},"2000"); }, function(){ jQuery(this).animate({fontSize:"16px"},"slow"); } );
__________________ My path is lit by my own fire, I only go where I desire |