当前位置:Gxlcms > PHP教程 > Uncaughttransport.js/parseResult()error:can'tparsetoJSON.

Uncaughttransport.js/parseResult()error:can'tparsetoJSON.

时间:2021-07-01 10:21:17 帮助过:3人阅读

复选框:

按钮:

function check()
{
  var rec_id_Array = new Array();
  $("[name='checkboxes']:checked").each(function () {
  rec_id_Array.push($(this).val());
  });
  listTable.remove(rec_id_Array, '確定拆分訂單嗎', 'split_order');
}

listTable.remove = function(id, cfm, opt)
{
  if (opt == null)
  {
    opt = "remove";
  }

  if (confirm(cfm))
  {
    var args = "act=" + opt + "&id=" + id + this.compileFilter();

    Ajax.call(this.url, args, this.listCallback, "GET", "JSON");
  }
}

回复内容:

复选框:

按钮:

function check()
{
  var rec_id_Array = new Array();
  $("[name='checkboxes']:checked").each(function () {
  rec_id_Array.push($(this).val());
  });
  listTable.remove(rec_id_Array, '確定拆分訂單嗎', 'split_order');
}

listTable.remove = function(id, cfm, opt)
{
  if (opt == null)
  {
    opt = "remove";
  }

  if (confirm(cfm))
  {
    var args = "act=" + opt + "&id=" + id + this.compileFilter();

    Ajax.call(this.url, args, this.listCallback, "GET", "JSON");
  }
}

人气教程排行