Hi,
I'd like to use the TouchSwipe-Jquery-Plugin (https://github.com/mattbryson/TouchSwipe-Jquery-Plugin) to insert a value into an input field from a tablet.
The value must be between 0 and 12.
I'd like that if I swipe right, every 50px of swiping, the value add +1, until the maximum value (12). If I swipe left, every 50px of swiping, the value subtracts -1, etc...
The second implementation that I'd like to insert is a clickable button that add +1 to the value.
Can you help me to write this script ?
Thanks