We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
hi i try to stop the countup on 5.30 minutes
$('#timer2').tinyTimer({ from: Date.now(), format: '%0H:%0m:%0s', onTick: function (val) { if (val.m > 5 && val.s > 30) { /* stop?*/ } }
how ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi i try to stop the countup on 5.30 minutes
$('#timer2').tinyTimer({
from: Date.now(),
format: '%0H:%0m:%0s',
onTick: function (val) {
if (val.m > 5 && val.s > 30)
{
/* stop?*/
}
}
how ?
The text was updated successfully, but these errors were encountered: