I need to create an interaction that lets the user swipe (right-left) among images on mobile. I'm using Jquery and I would like to stay with it. I know about jquery mobile, but if I can avoid it, it's better. If I have no option, I would use it anyway.
I tried many things and looked for answers, but nothing seems to fulfill my needs.
My ambition is to have the website do something when I swipe right or left. Something similiar to what I achieve with the 'mousewheel' event, but on mobile a with right-left swipe (instead of the mousewheel).
I will really appreciate any suggestion