dongping4461 2016-10-17 06:04
浏览 28

在codeigniter中将值插入数据库时​​,需要ajax代码来更改按钮

Need the ajax code for changing the button when a value is inserted to database and it need to remain as changed until the value is removed from database

$(document).ready(function() {
    $('.btn_add_remove_cart').click(function(e){
       e.preventDefault();
       var self = $(this);
       if (self.hasClass('add-cart')){ 
          // if it's add cart button, replace add-cart class by remove-cart and change label
          self.removeClass('add-cart').addClass('remove-cart').text('Remove');
       } else {
         // it's remove cart button, do the inverse
         self.removeClass('remove-cart').addClass('add-cart').text('Add to Cart');
       }
    });

});
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥100 set_link_state
    • ¥15 虚幻5 UE美术毛发渲染
    • ¥15 CVRP 图论 物流运输优化
    • ¥15 Tableau online 嵌入ppt失败
    • ¥100 支付宝网页转账系统不识别账号
    • ¥15 基于单片机的靶位控制系统
    • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
    • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
    • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
    • ¥15 手机接入宽带网线,如何释放宽带全部速度