Pytanie : Pomoc using .delay

Móc anyone the składnia the następujący zadawalać?

1. Ustalony tekst element.  I've dostać ten kawałek już using the następujący kod…

1:
$("#mySpan") .text ("Niektóre tekst…! ");


2. Po Tym Jak opóźnienie 3 sekunda, blaknąć błąd the element

Here być mój próba, che fails z "opóźnienie być funkcja" błąd:

1:
$("#mySpan") .text ("Niektóre tekst…! ").delay (3000) .fadeOut (2000);

Odpowiedź : Pomoc using .delay

Notatka:
- opóźnienie () istnieć w jQuery 1.4+ tylko
- opóźniać () praca dla animacja animacja tylko

Próba:
(1):
$("#mySpan") .text ("Niektóre tekst…! ").show () .delay (3000) .fadeOut (2000);
Inne rozwiązania  
 
programming4us programming4us