Deshabilitar accesskey en HTML5
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
$(':input').focus(function(e) {
// deshabilita funcionalidad del accesskey
});
$(':input').blur(function(e) {
// habilita funcionalidad del accesskey
});