Linger on the image, tap the image, swipe the image: raises different custom events [Linger, Tap, Swipe] (consult console log).
displays a hello world message when tapped and another message when lingered on
And here's an image with an image-map containing two areas, one on the socket, one on the prongs. The image itself is lingerable by virtue of its class; and each AREA also has the linger events attached to it with $('area').linger(). Swipe-detection is disabled on this image-map because you wouldn't typically be swiping across AREA boundaries.
image map