Ich brauche Hilfe, um jConfirm mit diesem bestehenden Code (php & Jquery & jAlert) zu verwenden.
function logout()
{
if (confirm("Do you really want to logout?"))
window.location.href = "logout.php";
}
Wenn ich nur confirm in jConfirm ändere, reicht das nicht aus, damit es funktioniert...
Vielen Dank für Ihre Hilfe
Lena