Tag Archives: wait
3,258 views
JS sleep wait function javascript use setTimeout
Tthis code works in all previous versions of browsers Pause code by alert var n = 1; alert(n); n = 5; alert(n); Set timeout var n = 5; // wait 5 second / do next code // next code … Continue reading
Posted in Javascript css html
Tagged sleep, wait
Comments Off on JS sleep wait function javascript use setTimeout