Skip to content

ch12r/jQuery-PeriodicalExecutor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

jQuery-PeriodicalExecutor

Dependencies:

Usage:

var periodicalExecutor = new PeriodicalExecutor({
  delay: 10, // 10ms between execution
  autoStart: false, // autostart?
  execFunction: callback, // callback function
  once: false // execute only once?
});
periodicalExecutor.start(); // Starts periodical execution of callback
periodicalExecutor.stop(); // Stops execution

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published