こんにちは、GLide.js http://glide.jedrzejchalubek.com/docs.html#introで次と前のボタンをクリックすると、現在のスライド番号を取得するにはどうすればよいですか。
var carousel = $('#Carousel').glide({
type: 'carousel',
startAt: 1,
touchDistance: 2,
afterInit:function(){console.log("paintSlider")},
autoplay: 0
});
console.log(carousel.current());