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