I have a span element which display's a changing duration value.
<span id="vtime">--:--</span>
Unfortunately, due to the JS API i am using these is no way to pick up that value other than to listen to the changing text in the Span element.
I want to pick up the values and execute a javascript ajax command to fetch a value for the captions at certain time instances such as 11:30, 23:30...
What's the best way of doing this?
Environment: php