$(document).ready(function(){ // $('.flexslider').flexslider({ // animation: "fade",//slide // slideshowSpeed: 5000, // directionNav: false, // slideToStart: 0, // pauseOnHover: true, // animationSpeed: Modernizr.touch ? 500 : 500 // }); $("#touchSlider5").touchSlider({ view : 3, btn_prev : $("#touchSlider5").next().find(".btn_prev"), btn_next : $("#touchSlider5").next().find(".btn_next") }); });