Skip to content

Commit

Permalink
recieve -> receive
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Amalthea Magnuson committed Feb 23, 2013
1 parent 005c7f6 commit 0ac8be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page/events/history-of-events.md
Expand Up @@ -70,7 +70,7 @@ When we use `.live()` our event is bound to `$( document )`. When the `<li>` is
* `<html>`
* *document* root

The last element to recieve the *click* event is *document*, this is where our `.live()` event is bound. `.live()` will then check to see if our selector `#list li` is the element that triggered the event, if so our event handler is executed.
The last element to receive the *click* event is *document*, this is where our `.live()` event is bound. `.live()` will then check to see if our selector `#list li` is the element that triggered the event, if so our event handler is executed.


### [.live()](http://api.jquery.com/live/) w/ context (Deprecated)
Expand Down

0 comments on commit 0ac8be2

Please sign in to comment.