html
威力童子
每天都有新发现
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
maxlength只对type=“text”和type="password"起作用
定义和用法 maxlength 属性规定输入字段的最大长度,以字符个数计。 maxlength 属性与 或 配合使用。maxlength只对type=“text”和type=”password”起作用原创 2016-07-31 15:46:20 · 529 阅读 · 0 评论 -
页面回车操作
//回车登录。 $(document).on(“keydown”, function(event){ if (event.which == 13) { checkLogin(); } });原创 2016-08-03 08:48:29 · 299 阅读 · 0 评论
分享