dave1010/jquery-fast-click

Use with jQuery '.on()'

Opened this issue · 2 comments

Is there a way to call fastClick like the following?

$('.button').on('fastClick', doSomething);

No, not yet. I'd be happy to merge a pull request that implements this.

Awesome!