I am using the jQuery Stopwatch plugin to track time on a browser based JavaScript game I am developing. This plugin outputs 00:00:00. I need to have each number pair (hours,minutes,second) in diffrent colors.
I also outputs a dummy time before the game starts in HTML (00:00:00). I am able to colorize
each number pair here but using 00 but this does not work on the output from the plugin. How can I do it on that output?
This is the plugin code:
Thankful for all help!
Replace line
24with…Then style the classes accordingly.