This is a discussion on "Javascript Timer" within the JavaScript Forum section. This forum, and the thread "Javascript Timer are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Javascript Timer
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
Javascript Timer
I just thought I'd share this little snippet I put together last night...
A (very) simple JavaScript timer object. I use it to help me measure how long scripts take to execute... timer.start(); // starts counting timer.since(); // returns elapsed time in milliseconds The code:
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|
![]() |
| Tags |
| blog, javascript, jquery, stopwatch, timer |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Timer won't work | gleb | JavaScript Forum | 1 | Sep 12th, 2007 08:43 |
| 1st timer hosting questions | jimbaines | Hosting & Domains | 16 | Jun 21st, 2007 11:27 |
| 1st Timer Here, Back in the game | allrightythen | Introduce Yourself | 7 | Jun 19th, 2007 01:17 |
| request for help in countdown timer | thebmwz4 | Classic ASP | 4 | Sep 4th, 2005 14:45 |
| Self Updating Timer. | Amin | PHP Forum | 4 | Jun 24th, 2005 18:37 |