
Jacob A. answered 01/29/20
jQuery for dynamic web apps.
Set interval is used to call a function repeatedly after an interval elapses.
Here is an example. A variable is declared and named intervalID, then it is set to the window method setInterval. Then setInterval takes the function you want to call, and the actual time the interval takes to pass.