Return to Snippet

Revision: 55496
at February 9, 2012 09:20 by hubbske


Initial Code
$("#ctl00_ctl05_ctl00_PasswordText").keyup(function(event){
    if(event.keyCode == 13){
        $("#ctl00_ctl05_ctl00_LoginLinkButton").click();
    }
});
}

Initial URL


Initial Description
Action a link/submit when input is hit with enter button

Initial Title
Action a link/submit when input is hit with enter button

Initial Tags
forms, jquery

Initial Language
jQuery