j确认此现有代码
我需要帮助才能将 jConfirm 与此现有代码(php & Jquery & jAlert)一起使用。
function logout()
{
if (confirm("Do you really want to logout?"))
window.location.href = "logout.php";
}
如果我只是将“confirm”更改为“jConfirm”,这还不足以使其正常工作...
感谢您的帮助
,莉娜
I need help to use jConfirm with this existing code (php & Jquery & jAlert).
function logout()
{
if (confirm("Do you really want to logout?"))
window.location.href = "logout.php";
}
If I just change confirm to jConfirm this not enough to make it work...
Thanks for your help
Lena
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑评论:
当我更好地看到脚本时,最好从“if”中删除变量“$_sidId”,无论响应如何,都必须清理该变量。
EDIT for comments:
When I saw the script better, it would be desirable to remove the variable "$_sidId" from "if", no matter the response, it would have to clean up the variable.