Выглядит вот так
Код: Выделить всё
$("#roll").bind("mousedown touchstart", function(event){
someAction();
Код: Выделить всё
event.stopPropagation();
event.preventDefault();
Подробнее здесь: https://stackoverflow.com/questions/136 ... ndroid-jqu
Код: Выделить всё
$("#roll").bind("mousedown touchstart", function(event){
someAction();
Код: Выделить всё
event.stopPropagation();
event.preventDefault();