Top "Settimeout" questions

setTimeout is a global JavaScript method, used to execute a particular function or piece of code after a given delay.

JQuery, setTimeout not working

I'm still new to JQuery, on the way to getting my ajax example to work i got stalled with setTimeout. …

javascript jquery settimeout
How to stop a setTimeout loop?

I'm trying to build a loading indicator with a image sprite and I came up with this function function setBgPosition() { …

javascript css extjs settimeout
Express.js Response Timeout

PROBLEM I've been looking for request/response timeouts for Express.js but everything seems to be related to the connection …

node.js express timeout response settimeout
How to make a jquery function call after "X" seconds

I have a jquery function and I need to call it after opening the website in an Iframe. I am …

jquery function call settimeout
What is the equivalent to a JavaScript setInterval/setTimeout in Android/Java?

Can anyone tell me if an equivalent for setInterval/setTimeout exists for Android? Does anybody have any example about how …

java javascript android settimeout
Chrome: timeouts/interval suspended in background tabs?

I was testing the accuracy of setTimeout using this test. Now I noticed that (as expected) setTimeout is not very …

javascript google-chrome tabs settimeout
How to make a promise from setTimeout

This is not a realworld problem, I'm just trying to understand how promises are created. I need to understand how …

javascript settimeout promise
Get return value from setTimeout

I just want to get the return value from setTimeout but what I get is a whole text format of …

javascript return settimeout return-value
Delay jquery hover event?

I would like to delay a hover event in jquery. I am reading from a file when user hovers over …

jquery events mouseevent settimeout
Can I see if a timer is still running?

Simple question here that I can't seem to find an answer for: Once a setTimeout is set, is there any …

javascript settimeout