Skip to content

pietromalerba/timer.jquery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Timer plugin

Start/Stop/Resume a timer inside any HTML element.

Getting Started

Download the production version.

In your web page:

<script src="libs/jquery/jquery.js" type="text/javascript"></script>
<script src="src/timer.jquery.js"></script>
<script>
jQuery(function($) {
  $("#div-id").timer("start", {seconds: 3000});
});
</script>

Demo

http://walmik.info/demos/timer.jquery/

About

Start timer in a HTML element

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published