$.jQTouch.goTo is not a function Options
- by Max Fraser
I am trying to use the goTo function to rotate between images, here is
my basic JS:
<script type="text/javascript" charset="utf-8">
$.jQTouch();
$(function () {
$('.touch').live('swipe', function (event, info) {
alert('called' + info.direction);
var id =…