Posted in Javascript onFebruary 18, 2014
eg:
//点击enter,用户登陆 $("#txtLoginPwd").keydown(function (e) { if (e.which == 13) { UserLogin(); } });
注意:是“keydown”而不是“keypress”
jQuery 回车事件enter使用示例
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@