博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年1月25日

摘要: 登录页面效果图 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)