jQuery Click and drag in touch screens

advertisements

I am developing a web application for touch screen using JQuery, I used iosSlider
I put many divs inside the sliding container, now how can I differentiate between sliding the container and clicking on any div inside it ?? when I slide the container and move my hand out of it , JQuery consider it as a click on an inner div I used JQuery dblclick as a handler for the inner divs temporary but that is not what I want, I want a single click this page shows exactly what I mean Touch Screen Project


take a look on this link and see if help you to soulve your problem:

How to distinguish mouse “click” and “drag”

and other sources like:

jQuery Mobile events