I need a help. I have a two links in ul.
<ul class="group switcher">
<li><a href="/" id="next"><i class="fa fa-list-ul" aria-hidden="true"></i></a></li>
<li><a href="news-table.html" id="previous"><i class="fa fa-th-large" aria-hidden="true"></i></a></li>
</ul>
When I swipe to right #next
I want redirect to news-table.html. I use Hammer.js. Thank you!
only answered by reading the documentation. might need some adjustments in your code...