A simple stopwatch jQuery plug-in. Go ahead and put multiple stopwatches on a page. It works fine. :)
<div id="clock1"></div>
<div id="clock2"></div>
<script type="text/javascript">
$('#clock1').stopwatch();
$('#clock2').stopwatch();
});
</script>
git clone git://github.com/kellishaver/stopwatch.git