Hi,
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