会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
仔仔爱学习
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
8
9
10
11
12
13
14
15
16
···
20
下一页
2017年5月24日
移动端兼容性问题解决方案
摘要: 移动端兼容性问题解决方案 注: 转自 http://www.cnblogs.com/wangpenghui522/p/5398137.html 1. IOS移动端click事件300ms的延迟响应 移动设备上的web网页是有300ms延迟的,玩玩会造成按钮点击延迟甚至是点击失效。这是由于区分单击事件
阅读全文
posted @ 2017-05-24 16:22 仔仔爱学习
阅读(595)
评论(0)
推荐(0)
2017年5月10日
onKeyup在ios中反应推迟的解决方案
摘要: 不用onKeyup 用 oninput
阅读全文
posted @ 2017-05-10 11:27 仔仔爱学习
阅读(490)
评论(0)
推荐(0)
2017年5月4日
获取时间 设置昨天 明天 今天
摘要: function GetDateStr(AddDayCount) { var dd = new Date(); dd.setDate(dd.getDate()+AddDayCount);//获取AddDayCount天后的日期 var y = dd.getFullYear(); var m = dd
阅读全文
posted @ 2017-05-04 11:28 仔仔爱学习
阅读(277)
评论(0)
推荐(0)
2017年4月28日
h5的坑
摘要: 转自 http://www.mahaixiang.cn 解决各种坑 http://www.mahaixiang.cn/ydseo/1529.html
阅读全文
posted @ 2017-04-28 11:57 仔仔爱学习
阅读(193)
评论(0)
推荐(0)
2017年4月26日
vue 给 图片添加一个默认图片
摘要: <img v-bind:src="userData.photo" :onerror="logo" class="img-box4"> data: () => ({ logo: 'this.src="' + require('../assets/img.png') + '"' })
阅读全文
posted @ 2017-04-26 17:37 仔仔爱学习
阅读(828)
评论(0)
推荐(0)
两个不同的标签 怎么在第二行的时候 还是从顶部开始写
摘要: 方法一:两个标签都是 display:inline 方法二:前一个标签 float:left
阅读全文
posted @ 2017-04-26 15:01 仔仔爱学习
阅读(189)
评论(0)
推荐(0)
2017年4月5日
textarea输入框限制字数
摘要: <textarea onkeyup="checkLen(this)"></textarea> <div>您还可以输入 <span id="count">200</span> 个文字</div> <script type="text/javascript"> function checkLen(obj
阅读全文
posted @ 2017-04-05 09:52 仔仔爱学习
阅读(189)
评论(0)
推荐(0)
2017年3月24日
整屏滚动
摘要: 1.scrollify.js 2.pullpage 第一步:在页面要引入jquery.fullPage.css、jquery.fullPage.js 第二部:给需要添加自动高度的元素添加 fp-auto-height 可以看看 http://www.smartisan.com/t1/#/overvi
阅读全文
posted @ 2017-03-24 14:54 仔仔爱学习
阅读(126)
评论(0)
推荐(0)
在固定宽度内,左右滚动,无滚动条
摘要: white-space: nowrap; overflow-x: auto;overflow-y: hidden;
阅读全文
posted @ 2017-03-24 10:47 仔仔爱学习
阅读(302)
评论(0)
推荐(0)
2017年3月20日
多行文字垂直居中
摘要: <div class="parent"> <div class="children">我是通过flex的水平垂直居中噢!<br/>我是通过flex的水平垂直居中噢!</div></div> html,body{ width: 100%; height: 200px;}.parent { displa
阅读全文
posted @ 2017-03-20 09:44 仔仔爱学习
阅读(148)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
20
下一页
公告