Skip to content

Commit

Permalink
this post is false
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed Feb 12, 2015
1 parent e9c9fb2 commit bc53c42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _posts/2015/2015-01-31-jquery-event-trigger-namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ id: '109695906602'
// unbind alpha click listener only
$element.off('click.alpha');

**EDIT** **The rest of this post is false** I had thought I verified this, but alas, no. Triggering with a namespace will not trigger that event _without_ the namespace.

---

They can also be used when triggering events, to specify where that event came from.

$element.trigger('click.pluginName')
Expand Down

0 comments on commit bc53c42

Please sign in to comment.