An open API service indexing awesome lists of open source software.

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.

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/