excludedElements
If you want to exclude certain child elements from triggering swipes, you can simply add a .noSwipe
class to the element. Then the element and any of its children will no longer trigger the swipe.
Also, a jQuery selector is used to exclude input elements as well as the .noSwipe
elements.
So either add a .noSwipe
class the element, or set your own selector in the excludedElements property. Setting your own selector will remove the .noSwipe selector.