Skip to content

Commit

Permalink
Update history-of-events.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yosi85 authored and tjvantoll committed Nov 12, 2013
1 parent 7190662 commit c8054c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions page/events/history-of-events.md
Expand Up @@ -25,6 +25,7 @@ It is possible to use `.bind()` and attach a handler to every element.

```
​$( "#list li" ).bind( "click", function( event ) {
var $elem = $( event.target );
console.log( $elem.text() );
});​​​​​​​​​​​​​​​​​​​​​
```
Expand Down

0 comments on commit c8054c5

Please sign in to comment.