With JavaScript, it is possible to execute some code after a specified time interval.
This is called timing events.
So it is like: if you want to execute a code 2 minutes later from the page load , you can do that with a simple trick and here the trick is given to us by “God of [...]
Filed under: Basic Scripts, Scripts, javascript | Tagged: clearTimeout, events, function call back, javascript, script timer, settimeout, timers, timing events | Leave a Comment »
