Ư¼ö&ÀÌ»öÀ򮂱â
¸ðµç »óǰÀº °¡°Ý Á¶Á¤ °¡´ÉÇÕ´Ï´Ù.
phone010.2220.2623
";
}
$("body").append(result);
}
// ¿É¼Ç »èÁ¦
function delItem(frm){
$.ajax({
async : false,
url : '/adm/product/prd_save.php',
type : 'GET',
data : {
mode : 'delete',
idx : $(frm).find("input[name='basket_idx']").val()
},
dataType: 'html',
success : function(response){
$(frm).remove();
getTotalPrice();
}
});
}
// Àüü »óǰ ÇÕ°è
function getTotalPrice(){
var prd_price = 0;
var qty_form = document.getElementsByClassName("qty-form");
for(i=0; i