lundi 29 août 2016

Disable key ESC ALERT Javascript

Hello I have the next code:

$(function () {
    var int = self.setInterval(function () {
        alert("Session expired.");
        location.reload(true);
    }, 60000);
});

I want to disable the Esc key and thus prevent the alert out of execution. Also if anyone knows how to assign a CSS without using jquery alert Please tell me they are greatly appreciate.

Aucun commentaire:

Enregistrer un commentaire