摘要:
登录页面效果图 jQuery(function() { $("#userName")[0].focus(); $("#userName").bind('keydown', function(event) { if (event.keyCode == 13) { $("#password... 阅读全文
posted @ 2016-01-25 10:23 Lillian Mao 阅读(182) 评论(0) 推荐(0)
|
摘要:
登录页面效果图 jQuery(function() { $("#userName")[0].focus(); $("#userName").bind('keydown', function(event) { if (event.keyCode == 13) { $("#password... 阅读全文
posted @ 2016-01-25 10:23 Lillian Mao 阅读(182) 评论(0) 推荐(0) |
||