I am trying to figure out a way to display a simple countdown that displays 1:00:00, where 1 = minutes, 00 = seconds and 00 = milliseconds.
I found a lot of calls to jQuery on interstitial networks, but none of them contain the ability to display milliseconds initially, and I really do not want to break through thousands of lines of code to try to find a way to crack it there.
Is this something that would be pretty easy to crack?
I also hope that I will have the opportunity to add a callback to the end of the countdown (0:00:00), so that when it ends, I can run another function.
source share