jQuery Timer plugin

Introduction

Any javascript developer would have used setTimeout function at one time or the other to achieve a particular functionality within a webpage. This plugin simplifies using timeout functions using jQuery.

Features

The timer plugin can be attached to multiple objects to act on different parts of a webpage. The timeout functionality can be either a callback function, or a simple url can be defined when creating the timer, which will make the element contents to be updated with the contents of the url when the timeout happens.

Apart from the default functionality, the timer can be made to run for a particular number of times, or indefinitely.

Additional methods allow you to start/stop/pause/resume the timer when required.

Head over to the Project Page for more details and related download.


Posted: 09 Sep 2011
Blog comments powered by Disqus