gpt4 book ai didi

php - Facebox 取消事件

转载 作者:行者123 更新时间:2023-11-29 14:42:55 26 4
gpt4 key购买 nike

我正在使用 Facebox 从 MySQL 中删除数据(配置)。我想知道如何使用窗口中的取消按钮。当用户单击“取消”facebox 时必须卸载。

这是我在 Facebox 中使用的代码。

Are You Sure You Want To Delete This URL?
<?php
include ('../db.php');

$id = $_GET['id'];
if (isset($id))
{
$query = "DELETE * FROM posts WHERE post_id='$id'";
}?>
<br/>
<br/>
<?php
echo '<a href="index.php?del='.$id.'" class="button" >Yes</a>';
echo '<a href="#" class="button" >Cancel</a>';


?>

我必须在取消按钮中使用的代码是什么?提前致谢。

链接到facebox:http://defunkt.io/facebox/

最佳答案

jQuery(document).trigger('close.facebox');

关于php - Facebox 取消事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7631215/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com