会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
做好辅助
博客园
首页
新随笔
新文章
联系
订阅
管理
上一页
1
2
2017年3月27日
回车键搜索兼容性问题
摘要: 回车键搜索兼容性问题 document.onkeydown = keyDownSearch; function keyDownSearch(e) { // 兼容FF和IE和Opera var theEvent = e || window.event; var code = theEvent.keyC
阅读全文
posted @ 2017-03-27 20:35 酱果子
阅读(272)
评论(0)
推荐(0)
2017年2月7日
购物车
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <script src="js/jquery-1.12.4.js"></script></head><body><div id="sho
阅读全文
posted @ 2017-02-07 14:56 酱果子
阅读(132)
评论(0)
推荐(0)
正则校验
摘要: 一:正则去判断输入是否为手机号 function checkSubmitMobil() { if ($("#phoneNum").val() == "") { alert("手机号码不能为空!"); //$("#moileMsg").html("<font color='red'>手机号码不能为空!
阅读全文
posted @ 2017-02-07 13:59 酱果子
阅读(111)
评论(0)
推荐(0)
2017年1月29日
canvas 旋转
摘要:
阅读全文
posted @ 2017-01-29 22:42 酱果子
阅读(216)
评论(0)
推荐(0)
上一页
1
2