echo '<td class="text-left"><input  name="tids[]" type="checkbox" </td>';

 

var tids = '';
                var tmp = [];
                $("input[name='tids[]']:checked").each(function(i,n){
                    tmp.push(n.value);
                });
                if(tmp){ postData.tids = tmp.join(',')};

相关文章:

  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2021-10-02
  • 2021-10-02
猜你喜欢
  • 2021-10-02
  • 2022-12-23
  • 2021-10-02
  • 2021-10-02
  • 2021-10-02
  • 2021-10-02
  • 2022-12-23
相关资源
相似解决方案