Skip to content

Ada-C5/jQuery-Stopwatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exercise: jQuery Stopwatch

Build an interactive stopwatch!

Live Code

  • Adding jQuery
  • Understanding .ready()
  • DOM traversal and manipulation
  • Attaching event listeners
  • Using intervals

Chair-Pair

  • Display time in HH:MM:SS instead of raw milliseconds
  • Add a reset function to clear the time on the stopwatch
  • Have more than one, independently functioning, stopwatch on the page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.9%
  • CSS 23.3%
  • HTML 19.8%