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 14d441e commit 79e575aCopy full SHA for 79e575a
README.md
@@ -30,6 +30,8 @@ http://api.jquery.com/one/
30
$('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething);
31
```
32
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
+
35
You can change the duration of your animations, add a delay or change the number of times that it plays:
36
37
```css
0 commit comments