你好,我有這個代碼,在Firefox中工作完美,但在IE 8不起作用,不給我任何錯誤?!與IE 8 jQuery的問題
$(".shp_div").change(function() {
var str = "";
$("select option:selected").each(function() {
var countprod =parseInt($("#countprod").val());
var str2 = $(this).val();
str2_array = str2.split('|');
var cost = parseInt(str2_array[0]);
var cost_extra = parseInt(str2_array[1]);
if ($("#countprod").val()>1) {
str = parseInt(((countprod-1)*cost_extra) + cost);
} else{
str = cost;
}});
$(".csq_item2").text(str);
var total =parseInt($("#subtotal").val());
var shipping=parseInt(str + total);
$(".price_total").text(shipping);
})
.change();
謝謝你的回答..我試過你的解決方案,但沒有成功..在Firefox仍然在IE中工作沒有機會。 爲了獲得「全面照片」,請訪問:http://poshsunglasses.net/21-Bottega_Veneta-BV88.html並將其添加到購物車中,然後在購物車頁面中嘗試選擇運輸國家..那裏該問題出現在IE中。 謝謝 – Teodor 2010-08-10 12:28:11