For example, I have pages page-A.html, page-B.html, page-C.html. When I click on the link in page-A, I want to move on to page-B and page-B will automatically move to page-C in 3 seconds without any action. So, how can i create this page-B ?
Asked
Active
Viewed 1,429 times
-5
-
You're looking for the `setTimeout` function. – SLaks Jul 21 '17 at 13:38
-
Use SetTimeout Function. Link given below for reference. https://stackoverflow.com/questions/16945789/using-settimeout-to-delay-timing-of-jquery-actions – summerGhost Jul 21 '17 at 13:40