Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/11/2009, 12:49
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 1 mes
Puntos: 101
Respuesta: Lograr el siguiente efecto en Jquery

Podes probar con set time out:

Cita:
$("#ayuda").fadeOut("slow");

setTimeout('$("#ayuda").html(texto).fadeIn("slow") ;',500);