Toggle Add Remove Class
•
Ditulis oleh Tim Pasti Oke
document.querySelectorAll('.dihitung').forEach((item, index) => { // here
item.addEventListener('click', arrow => {
if(this.parentNode.classList.contains('dihitung')==true){
this.parentNode.classList.remove('dihitung')
this.cellsΏ].value = this.cellsΏ].value - this.cellsΐ].replace(/\./g,'')
//this.parentNode.style.backgroundColor = ''
}else{
this.parentNode.classList.add('dihitung')
this.cellsΏ].value = this.cellsΏ].value + this.cellsΐ].replace(/\./g,'')
}
})
Butuh solusi instan siap pakai?
Dapatkan modul & script server production-ready langsung di web store kami.
Komentar
Belum ada komentar. Jadilah yang pertama memberikan komentar!