I
Size: a a a
I
I
I
АД
АД
slide() {
if (this.currentIndex < this.slides.length - 1) {
this.currentIndex = this.currentIndex + 1;
} else {
this.currentIndex = 0;
}
this.activateIndex(this.currentIndex);
}АД
АД
const btnGroupNode = document.querySelector(".btn-group");
const btnGroup = new BtnGroup(btnGroupNode);
btnGroup.slide();АД
TZ
VL
ТБ
ТБ
ТБ
VL
ТБ
VL
ТБ
VL
$(document).ready(function(){
$(document).on("click", "button.update-btn" , function() {
updateWork....()
});
});VL
RH