会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
伊优
Yesterday you said tomorrow.
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
6
7
8
9
10
2017年5月17日
获取时间
摘要: var now=new Date();一周前的时间=(now.getFullYear()) + '-' + (now.getMonth()+1) + '-' + (now.getDate()); var date = new Date(now.getTime() - 7 * 24 * 3600 *
阅读全文
posted @ 2017-05-17 13:17 伊优
阅读(217)
评论(0)
推荐(0)
2017年3月30日
打开页面开始倒计时
摘要: <!DOCTYPE html><head><meta http-equiv="Content-Type" content="text/html" charset="utf-8" /><title>javascript实现的倒计时时钟</title><script language="javascri
阅读全文
posted @ 2017-03-30 14:46 伊优
阅读(620)
评论(0)
推荐(0)
jq版本的checkbox有radio的单选效果(可得到value值)
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>复选框checkbox类似单选按钮radio</title> </head> <body> <form method=post action=""> <input type="che
阅读全文
posted @ 2017-03-30 11:54 伊优
阅读(169)
评论(0)
推荐(0)
如何把checkbox做成radio一样的单选效果
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>复选框checkbox类似单选按钮radio</title> </head> <body> <form method=post action=""> <input type="che
阅读全文
posted @ 2017-03-30 11:34 伊优
阅读(690)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
公告