help using swiper library
I am trying to use Swiper (external Js library for swiping)
https://github.com/nolimits4web/Swiper
I have an even on pageshow:
$(document).ready(function () {
//initialize swiper when document ready
var mySwiper = new Swiper ('.swiper-container', {
// Optional parameters
direction: 'vertical',
loop: false
});
});
then I add this to the body in html view:
Code: Select all
<!-- Additional required wrapper --
<!-- Slides --
Slide 1
Slide 2
Slide 3 But the swiping does not work