Closed jmscott55 closed 6 years ago
If swiping on 'body' for example is there a way to exclude an element from triggering the swipe. :not and .not do not seem to function.
Why would you need to do that? What's wrong with using the e.target in the callback function?
e.target
Yes... I wrote prematurely. e.target is very effective. Thanks.
If swiping on 'body' for example is there a way to exclude an element from triggering the swipe. :not and .not do not seem to function.