recherche

Maison  >  Questions et réponses  >  le corps du texte

javascript - 求一个js组合算法

 input[text="ckeckbox"] a1
 input[text="ckeckbox"] b1  input[text="ckeckbox"] b2
 input[text="ckeckbox"] c1  input[text="ckeckbox"] c2

假设所有ckeckbox都是选中状态,那么需要得到这三条数据:
a1 b1 c1
a1 b2 c1
a1 b2 c2
其中a-z,1-10都不固定,类似于添加商品的库存操作,选择之后把数据填充到表格里面。

小弟虚心求教,谢谢!

怪我咯怪我咯2845 Il y a quelques jours538

répondre à tous(1)je répondrai

  • 阿神

    阿神2017-04-11 12:33:19

    手机码字

    vat orderInfo={};

    $(input[type="ckeckbox"]).change(function(){//xxx});

    xxx部分:
    如果 this.cheched{

    修改orderInfo
    通过orderInfo拼接出html,显示到网页

    répondre
    0
  • Annulerrépondre