From 79e575af1d72438872bb07cc6bca9bad7d93a8ba Mon Sep 17 00:00:00 2001 From: Taylor Lapeyre Date: Sun, 6 Apr 2014 14:00:20 -0500 Subject: [PATCH] add message to deter uncessary issues about one --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1d0e67..8e4cdab 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ http://api.jquery.com/one/ $('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething); ``` +**Note:** `jQuery#one` is used when you want to execute the event handler at most *once*. More information [here](http://api.jquery.com/one/). + You can change the duration of your animations, add a delay or change the number of times that it plays: ```css