I am looking for a way to use the regular jquery library to catch swipe events (left, right) to redirect to a href-location specified with a particular class (default navigation. ie: .next and .previous).
<a class="next" href="http://www.">next</a>
<a class="previous" href="http://www.">previous</a>