Top "Delay" questions

Delay refers to amount of time between two events.

jQuery: Can I call delay() between addClass() and such?

Something as simple as: $("#div").addClass("error").delay(1000).removeClass("error"); doesn't seem to work. What would be the easiest alternative?

jquery delay
How to create javascript delay function

I have a javascript file, and in several places I want to add a small delay, so the script would …

javascript function delay sleep wait
How to put a delay on AngularJS instant search?

I have a performance issue that I can't seem to address. I have an instant search but it's somewhat laggy, …

search filter angularjs timeout delay
implement time delay in c

I don't know exactly how to word a search for this.. so I haven't had any luck finding anything.. :S …

c time sleep delay timedelay
Delaying function in swift

I don't have a code to sample or anything, because I have no idea how to do it, but can …

ios swift function delay
Delayed function calls

Is there a nice simple method of delaying a function call whilst letting the thread continue executing? e.g. public …

c# function delay
How to make java delay for a few seconds?

Hey all I have this code. I want to delay my program for a few seconds and display "scanning..." Here's …

java delay
Xcode Objective-C | iOS: delay function / NSTimer help?

So I'm developing my first iOS application and I need help.. Simple program for now, I have about 9 buttons and …

objective-c xcode ios4 timer delay
How can I use delay() with show() and hide() in Jquery

How can I use delay() with show() and hide() in Jquery ?

javascript jquery hide delay show
While variable is not defined - wait

I have a click event that is triggered from another place automatically for the first time. My problem is that …

jquery variables timeout delay