We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876acd8 commit e2f4221Copy full SHA for e2f4221
README.md
@@ -8,8 +8,8 @@ A jQuery plugin that creates a countdown timer.
8
Set the desired duration using either `data-seconds-left` or `data-minutes-left` data attributes.
9
10
```HTML
11
-<div class='.timer' data-minutes-left=3></div>
12
-<div class='.timer' data-seconds-left=180></div>
+<div class='timer' data-minutes-left=3></div>
+<div class='timer' data-seconds-left=180></div>
13
```
14
15
Then start the timer with:
0 commit comments