Hacker News new | ask | show | jobs
by hayksaakian 4597 days ago
The time starts ticking (chrome beta, android)

It'd be cool if I could read the time via JS

1 comments

You can - try something like this:

parseInt(getComputedStyle($('#seconds'), ':after').top)/-76

(see https://gist.github.com/alexlouden/7481780 for full)