I am trying to learn mobile web app development and going through ; http://www.html5rocks.com/en/mobile/touch.html
I wanted to understand the difference between touches and targetTouches... Not in a literal sense (like I do understand targetTouches is specific to an element)
I wanted to understand more from a syntax perspective... like when we say targetTouches inside any function, what exactly are we referring to... Any example would be really great..