I'm not sure if this works on all browsers and devices. I tested this using Google Chrome and Safari iOS.
$thing.on('click || touchend', function(e){
});
The OR opperand should fire only the first event (on desktop that should be click and on an iPhone that should be touchend).