复选框:<input type="checkbox" name="checkboxes" value="{$goods.rec_id}">
按钮:<input name="split" type="button" id="split" value="拆分訂單" class="button" onclick="check()">
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");
}
}复选框:<input type="checkbox" name="checkboxes" value="{$goods.rec_id}">
按钮:<input name="split" type="button" id="split" value="拆分訂單" class="button" onclick="check()">
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");
}
}
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号