Tutorial: Dynamic swipe areas

Dynamic swipe areas

touchSwipe Fork me on GitHub

events: all

If you dynanically add / remove elements that need to be swipeable, you can use the jq .on() method to listen out for the events, but you must remember to initiate and destory the elements when you add / remove them.


			

      

The swipe handlers have already be registered with `.on()`. Now dynmaically create a swipeable area below..