// JavaScript Document // homepee.com 032-545-6936 master@homepee.com // $('.carousel').carousel({ interval: 3000 }); $(function() { // $('.carousel').carousel(); $(".carousel").swipe({ swipeRight: function() { $(this).carousel('prev') }, swipeLeft: function() { $(this).carousel('next') } }); })