日期:2014-05-18 浏览次数:20506 次
$(
function()
{
var miniCartServiceUrl = "[color=#FF0000]minicartservice.aspx?callback=?[/color]";
refreshMiniCart();
function refreshMiniCart()
{
$.getJSON(
miniCartServiceUrl,
{
method: "GetCart"
},
function(result)
{
if (result.Cart != null && result.GetCart != null)
{
$("#ProductNum").text(result.Cart.Num);
$("#MyCart").html(result.GetCart.process(result));
}
});
}
});
<dl> <dt> <a href="#" target="_blank"> <img src="img.jpg" alt="图片..." /> </a> </dt> <dd class="p_Name"> <a href="#"> 商品... </a> </dd> <dd class="p_Price"> <strong>¥价格...</strong> <br /> <a id="2896" name="RemoveGift" href="#none">删除</a> </dd> </dl>