https://github.com/alitursucular/simple-jquery-stopwatch-demo
I decided to use JavaScript date function at the core of this project. The main logic is; once the start button is pressed, the date value of that moment is stored. Every 10 ms, this stored value is subtracted from the current date value.
https://github.com/alitursucular/simple-jquery-stopwatch-demo
Last synced: about 1 month ago
JSON representation
I decided to use JavaScript date function at the core of this project. The main logic is; once the start button is pressed, the date value of that moment is stored. Every 10 ms, this stored value is subtracted from the current date value.
- Host: GitHub
- URL: https://github.com/alitursucular/simple-jquery-stopwatch-demo
- Owner: alitursucular
- Created: 2019-05-04T12:50:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T13:34:33.000Z (over 5 years ago)
- Last Synced: 2025-02-23T17:37:20.923Z (3 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple jQuery stopwatch
I decided to use JavaScript date function at the core of this project. The main logic is; once the start button is pressed, the date value of that moment is stored. Every 10 ms, this stored value is subtracted from the current date value.---
For the **blog post** and the **demo** of this repo please visit: https://alitursucular.github.io/simple-jquery-stopwatch/