douzhushen_9776 2015-12-07 10:13
浏览 38
已采纳

窗口警报消息正在循环

I am working on a shopping website and want to check if the item is present in the cart. If it exists, alert it's already in the cart and return false. If it doesn't exist add it to the cart.

I tried it like below, the code is working fine but the alert is looping.

$("#showBtn").focus();
msgBoxImagePath = "http://www.ournestonline.com/assets/images/";
function showMsgBox() {
    simpleCart.bind('beforeAdd', function (item) {
        if (simpleCart.has(item)) {
            alert("Already in the Cart");
            $.msgBox({
                title: "Shopping Cart",
                content: "Already in cart",
                type: "alert"
            });
            return false;
        } else {
            $.msgBox({
                title: "Shopping Cart",
                content: "Great Selection Your Item is Added to Cart Happy Shopping",
                type: "alert"
            });
        }
    }); 
}
  • 写回答

1条回答 默认 最新

  • douzong5057 2015-12-07 12:13
    关注

    try adding

    return false;
    

    after the closing tag of else.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 使用yolov5-7.0目标检测报错
  • ¥15 对于这个问题的解释说明
  • ¥200 询问:python实现大地主题正反算的程序设计,有偿
  • ¥15 smptlib使用465端口发送邮件失败
  • ¥200 总是报错,能帮助用python实现程序实现高斯正反算吗?有偿
  • ¥15 对于squad数据集的基于bert模型的微调
  • ¥15 为什么我运行这个网络会出现以下报错?CRNN神经网络
  • ¥20 steam下载游戏占用内存
  • ¥15 CST保存项目时失败
  • ¥20 java在应用程序里获取不到扬声器设备