I\'m using regular jQuery and I have an event handler that looks like this:
$(\'#someID\').on({
click: SomeFunction
}, \'.SomeClass\');
<
You may not use FastClick.js nowadays:
Note: As of late 2015 most mobile browsers - notably Chrome and Safari - no longer have a 300ms touch delay, so fastclick offers no benefit on newer browsers, and risks introducing bugs into your application. Consider carefully whether you really need to use it.
(Taken from: https://github.com/ftlabs/fastclick docs)