9
The delay of this function in jquery is not getting, wanted to know the reason, or another way to make a delay in it.
$("header").delay(1000).css("display", "none");
$(".logo_1").delay(2000).css("display", "none");
NOTE: I have already looked at the whole jquery api this correct as I did but it doesn’t take.
I am using exactly this, ultilizo fadein() - delay() - fadeOut() (8 seconds) to display an alert for the user, but in the alert itself, I decided to put a button for the user to give Ismiss fadeOut() in the alert, before 8 seconds, but does not work, fadeOut only runs after delay(), has to force delay to stop() ?
– HUGO PABLO
https://api.jquery.com/clearQueue/ @hugopablo
– bfavaretto