Skip to content

How to use this plugin

walmik edited this page Feb 28, 2012 · 1 revision

How to use this plugin

To initiate a timer inside a div with the id 'divId': $("#divId").timer("start");

To pause: $("#divId").timer("pause")

To resume: $("#divId").timer("resume")

Clone this wiki locally