Start/Stop/Resume a timer inside any HTML element.
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>