Hi guys,
If I have an active timeout running that was set through var t = setTimeout("dosomething()", 5000)
,
Is there anyway to pause and resume it?
Is there any way to get the time remaining on the current timeout?
or do I have to in a variable, when the timeout is set, store the current time, then we we pause, get the difference between now and then?