JQuery
Tuesday, March 27, 2012
Enter Key event
$("#txtPassword").keyup(function (event) {
if (event.keyCode == 13) {
$("#btnSignIn").click();
}
});
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment