robcowie / jquery-stopwatch

A jQuery plugin that renders a count-up clock from a defined start time

Home Page:http://robcowie.github.com/jquery-stopwatch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

startTime

fluctusz opened this issue · comments

i get strange count-intervals when setting startTime from an input field value for time-tracking over sessions. Any tip whats the problem?

    var checktime = $("#track_action").val();

    if(checktime != "start") 
    {
        $("#tracker").stopwatch({startTime: checktime}).stopwatch('start'); 
    }