Skip to content

Commit 79e575a

Browse files
committed
add message to deter uncessary issues about one
1 parent 14d441e commit 79e575a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ http://api.jquery.com/one/
3030
$('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething);
3131
```
3232

33+
**Note:** `jQuery#one` is used when you want to execute the event handler at most *once*. More information [here](http://api.jquery.com/one/).
34+
3335
You can change the duration of your animations, add a delay or change the number of times that it plays:
3436

3537
```css

0 commit comments

Comments
 (0)