Keypress con Jquery

$('.input').keypress(function(e)
{
     if(e.which == 13)
     {
            $('form#login').submit();
      }
});

Comentarios

Entradas populares de este blog

Subir proyecto al repositorio existente en Bitbucket

Sonarqube : The component parameter is missing