Maybe event.touches[0].target can do this on a mobile safari (you have an array of orders to manage multi-touch events with one finger). As discussed in this section: Mobile Safari - event.target in touch event
But I think it's worth trying jquery-ui-touch-punch .
This is what I use to control touch events using jquery on a mobile web application (e.g. cordova / phonegap)
Very simple: simply by adding this library, any touh event behaves like mouse events.
(press down / up => mouse down / up, one click => click, etc.)
Guian source share