How to call a function at specified intervals in jquery?
Rate this page : |
[ 0 votes]
|
Setinterval method is used to set some regular interval of time to execute a function. Here setinterval() function evaluates an expression at specified intervals.Here the function oncall() is used to call every function at an interval of 3 seconds on clicking button.