Draggable Bootstrap Slider carousel
https://cdnjs.cloudflare.com/ajax/libs/jquery.touchswipe/1.6.19/jquery.touchSwipe.min.js dosyasını sayfamıza çağırıyoruz.
Ardından JS kodumu;
$(".carousel").swipe({
swipe: function (event, direction, distance, duration, fingerCount, fingerData) {
if (direction == 'left') $(this).carousel('next');
if (direction == 'right') $(this).carousel('prev');
},
allowPageScroll: "vertical"
});
https://codepen.io/ashamallah/pen/VwLqxpX
C#,MVC,MSSQL,Windows Forms