$(function(){
$(" .child_tab tr :last-child").find("td").css({borderBottom:'none'})
//텍스트 상자 객체 가져오기
var t = $(".amount-input ");
//금액 증가 작업
$(".amount-up").click(function(e){
var c1=parseInt($(this).prev().val( ));$(this).prev().val(c1 1);
e.preventDefault()
setTotal()
});
$ (".amount-down").click(function(e){
var c1=parseInt($(this).next().val());
if(c1>= 1){
$(this).next().val(c1-1);
e.preventDefault()
}); >function setTotal( ){
//각 조건의 값 가져오기
var num1=$(".sum1").text()
var num2=$(".sum2").text ();
var num3=$(".sum3").text();
var total=0
var x1=4,x2=10,x3=49; 총 조각 수 탐색
t.each(function(index,ele){
total =parseInt($(ele).val());
}); Figure").html(total );
//숫자가 어떤 요구 사항을 충족하는지 판단합니다.
if(totalb2=num1
}else if(total>=x2&&total<=x3 ){
b2= 숫자2
}else if(total>=x3){
b2=num3
}
$(".money").html((total*b2). toFixed(2) '元' );//toFixed()는 소수점을 유지하는 매우 실용적인 함수입니다
}
//Initialization
setTotal()
})