Antrium A35D

Bir sonraki için en iyisini yap...

Draggable Bootstrap Slider carousel

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

350 Okunma | 11.01.2023 16:17



YORUMLAR

Yorum Yaz
Hüseyin ÖZKAN Yazılım Uzmanı

C#,MVC,MSSQL,Windows Forms