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.
2 parents abbd36b + e5df7f3 commit a3cf3e6Copy full SHA for a3cf3e6
README.md
@@ -30,7 +30,7 @@ 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/).
+**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
0 commit comments