I am trying to swipe my images in an image gallery.i am trying to do this on this site.( http://klaret.dk/ ) But my swipe function doesnt work. here is the code i am using.I have added the jquery library aswell as the jquery mobile ui library. still it doesnt work
$(document).on("pagecreate", function(){
alert("here");
//alert($('.fs_gallery_wrapper').html())
$(".fs_slide").on("swipe", function() {
alert("hello");
});
});
I did it like this and it worked. Awesome.