Uncaught transport.js/parseResult() error: can't parse to JSON.
程序员文章站
2022-06-13 16:56:29
...
复选框:
按钮:
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");
}
}
上一篇: 网站防止被刷票的一些思路与方法,防止刷票思路_PHP教程
下一篇: 自动修复crashed的数据表