WED201c_-_SP_2023_-_PE_-_01_138.webp
Minthep

WED201c_-_SP_2023_-_PE_-_01_138.webp

  • Media owner Minthep
  • Ngày thêm
1
2
3
4
5
var arrPrint = [];
6
var total = 0;
7
8
9
10
11
function CalTotal(){
var list = document.getElementsByTagName("input");
var list_check = document.getElementById("ans");
var list_total = document.getElementById("total-price");
for(var i = 0; i < list.length; i++){
if(list[i].type === "checkbox" && list[i].checked) {
arrPrint.push(list[i].parentNode.getElementsByTagName("label")[0].textContent); //
console.log(list[i].parentNode);
total += parseFloat(list[i].value);
12
}
13
}
14
15
16
17
18
19
20
}else{
21
22
23
24
if(arrPrint.length != 0){
list_check.innerHTML = arrPrint.join("<br>");
list_check.style.background = rgb(237, 237, 237)";
list_total.style.background = "#F79646";
list_total.innerHTML = "Total: " + total + "$";
list_check.innerHTML = "";
list_check.style.background = "white";
list_total.style.background = "white";
list_total.innerHTML = "";
25
}
2FUO

Chưa có bình luận nào.

Thông tin

Category
WED201c
Thêm bởi
Minthep
Ngày thêm
Lượt xem
217
Lượt bình luận
0
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom