为了账号安全,请及时绑定邮箱和手机立即绑定

在js里增加的标签,可以通过另外的js来控制吗

在js里增加的标签,可以通过另外的js来控制吗

thrmagic 2015-12-16 09:07:22
   .=(){       ();    }    (){       =.();       =.();       =.();       (=; <.;++){          [].=(){             =(.);             (.==){                .=+;             }             {                (>){                   .=-;                }             }          }       }    }(fid,yprice,fprice,value){= fprice;    = value;    (fid==){       .({          : [, ],          :,          :+          +          +          +          +          ,          :});       ;    }    (value==){=(+fid).();       ().();       =fid;       ().();       ().(++);       ().();       ().(+fid++             +fprice+);    }{= ;       =(+fid).();       ().();       =fid;       ().();       ().(++);       ().();       ().(+       +       +fid++       +fprice++       +       +fprice+++       +fprice +);    } }在js里增加的标签,可以通过另外的js来控制吗我的这个怎么无法运行呢求大神指导。
查看完整描述

2 回答

?
thrmagic

TA贡献5条经验 获得超1个赞

$("#menu_carage").append("<button class='input11' >购买数量:</button>&nbsp;<span class='cut' onclick='numWay()'>-</span><input " +
  "class='cart11'id='num' value='1' oninput='v()'></input><span class='plus' onclick='numWay()'>+</span><br><button  id='unit_price'>您的单价:</button><select " +
  "id=shopage_"+fid+">" +
  "<option class='option_price' value='0'> &nbsp;"+fprice+"元&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option></select><br><button class='input11' " +
  " id = 'totalp'>您的总价:</button><input " +
  "class='cart11'id='totalnum'readonly='readonly' value="+fprice+'元'+"></input><input hidden='YES'id='price'" +
  "value="+fprice +"></input>");


}


function numWay() {
  var num_box = document.getElementById("menu_carge");
  var spans = num_box.getElementsByTagName("span");
  var input = document.getElementById("num");
  for (var i = 0; i < spans.length; i++) {
     spans[i].onclick = function () {
        var val = parseInt(input.value);

        if (span[i].className == "plus") {
           input.value = val + 1;

        }
        else {
           if (val > 1) {
              input.value = val - 1;
           }
alert('11')
        }
     }
  }
}

应该怎么加呢,

查看完整回答
反对 回复 2015-12-16
?
lynhao

TA贡献81条经验 获得超57个赞

只要在另一个js文件引用了上一个js文件就可以

查看完整回答
反对 回复 2015-12-16
  • thrmagic
    thrmagic
    在哪里引用呢
  • thrmagic
    thrmagic
    $("#menu_carage").append("<button class='input11' >购买数量:</button>&nbsp;<span class='cut' onclick='numWay()'>-</span><input " + "class='cart11'id='num' value='1' oninput='v()'></input><span class='plus' onclick='numWay()'>+</span><br><button id='unit_price'>您的单价:</button><select " + "id=shopage_"+fid+">" + "<option class='option_price' value='0'> &nbsp;"+fprice+"元&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</option></select><br><button class='input11' " + " id = 'totalp'>您的总价:</button><input " + "class='cart11'id='totalnum'readonly='readonly' value="+fprice+'元'+"></input><input hidden='YES'id='price'" + "value="+fprice +"></input>"); } function numWay() { var num_box = document.getElementById("menu_carge"); var spans = num_box.getElementsByTagName("span"); var input = document.getElementById("num"); for (var i = 0; i < spans.length; i++) { spans[i].onclick = function () { var val = parseInt(input.value); if (span[i].className == "plus") { input.value = val + 1; } else { if (val > 1) { input.value = val - 1; } alert('11') } } } } 应该怎么加呢,
  • 2 回答
  • 0 关注
  • 1542 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信