$(document).ready(function(){ $('#carousel_7').tinycarousel(); }); $(window).load(function(){ $('#carousel_7').touchwipe({ wipeLeft:function(){$('#carousel_7').find('.next').click();}, wipeRight:function(){$('#carousel_7').find('.prev').click();}, preventDefaultEvents:false, }); });