Wednesday, 29 August 2012

How to Call JavaScript function After a time interval with Jquery

use the function  setInterval() like below.
 setInterval(function () {
        YourJavaScriptFunction();
    }, 300000);

Hope this will help you
ROHIT KUMAR SRIVASTAVA

No comments:

Post a Comment