$(document).keyup(function(e){ if(e.keyCode == 13){//回车键弹起的时候触发***按钮单击事件 $(".***").cl
$(document).keyup(function(e){ if(e.keyCode == 13){//回车键弹起的时候触发***按钮单击事件 $(".***").click(); } });
常用的键盘key值
Enter->13
Backspace->8
Tab->9
Return->13
Pause->19
CapsLock->20
Esc->27
Space->32
PageUp->33
PageDown->34
End->35
Home->36
LeftArrow->37
UpArrow->38
RightArrow->39
DownArrow->40
PrintScrn->44
Insert->45
Delete->46
0->48
1->49
2->50
3->51
4->52
5->53
6->54
7->55
8->56
9->57
A->65
B->66
C->67
D->68
E->69
F->70
G->71
H->72
I->73
J->74
K->75