mobile-web-design - How to get passed elements in html5 touchmove?
仅有的幸福
仅有的幸福 2017-05-16 13:28:26
0
1
590

If there are a b c three p on the screen. The finger slides from a to c
How to get the event of sliding to c?
I added touchmove to all three p's.
But the targets are all a

仅有的幸福
仅有的幸福

reply all(1)
淡淡烟草味

$('body').on('touchmove',function(e){
    console.log(e.target);
})
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template