Postponed (maintainer needs more info)
Project:
Javascript Timer
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2013 at 18:16 UTC
Updated:
6 Apr 2025 at 14:09 UTC
Jump to comment: Most recent
Comments
Comment #1
jvandervort commentedSee if you can capture the output as rendered?
Ie without the php tags.
Comment #2
pbrough commentedThis is the source from chrome:
<p class="timer-float"><span class="jst_timer"><span class="dir" style="display:none;">up</span><span class="datetime" style="display:none;">2013-01-28 13:28:23</span><span class="format_txt" style="display:none;">%mins%:%secs%</span> </span></p>This is identical code as shown in Firefox.
Comment #3
jvandervort commentedFunny, that code snippet works in IE9, Firefox 18 and Chrome 24.0.1312.56 for me.
Comment #4
pbrough commentedThe code works find but I wanted to use the NOW time so the counter will go up from 00:00. The code works if I do not use PHP to generate the time stamp
Comment #5
jvandervort commentedMake sure to add the timezone offset if you want to use server time through php.
Also you could try just counting up (without the php):
If you just want to start counting up.
Comment #6
aaron.ferris commented