robcowie / jquery-stopwatch

A jQuery plugin that renders a count-up clock from a defined start time
http://robcowie.github.com/jquery-stopwatch/
87 stars 31 forks source link

Fix bug when using pugin with multiple elements #7

Closed pablogd closed 12 years ago

pablogd commented 12 years ago

Hi,

I've been using your plugin and I found out that when you set up the stopwatch on several elements it ends up using the last one. Look at this: http://jsfiddle.net/pablogd/PhFqR/

This pull request solves the issue, so check it and if you want merge it. Thanks for this great plugin! it's been really useful.

Cheers

robcowie commented 12 years ago

Awesome, thanks. :cake: