+ 6
Does anyone know how to add a delay to a link
I want to know how to add a delay to a link so you can see the animation before it redirects you
6 Antworten
+ 2
setinterval();
take a sample code using it and go from there
+ 6
I forgot that I did that in my digital clock thanks
+ 5
how do you add a delay in JavaScript
+ 2
Try using js.
To write the link or change a target, to a link after a delay.
+ 2
I found this from one of your most popular codes
setInterval(GetClock,1000);
0
use javascript function getclock();