会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhouyan_jsj
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
2
3
2015年2月12日
js-“定义式”函数-“赋值式”函数-执行顺序
function fn(){ var a="new"; debugger; alert(a);}fn();var a=function (){ var a="new"; debugger; alert(a);}a();
Read More
posted @ 2015-02-12 10:26 zhouyan_jsj
Views(145)
Comments(0)
Diggs(0)
2015年2月11日
touch-css注意点
1.为了输入的文字上下居中,尽量不要用height line-height 用padding就好2.给 textarea的palceholder设置text-indent时,到手机上显示的时候,输入焦点在第二个字上,要在placeholder前加两个全角空格3.在图片上放文字的时候,为了适应各个不同...
Read More
posted @ 2015-02-11 16:55 zhouyan_jsj
Views(136)
Comments(0)
Diggs(0)
抢购代码
function newTimeRun(nowTime, beginTime, overTime,classname){ var unStartTimeLength = new Date(beginTime) - new Date(nowTime),//未开始的时间长度 //var ...
Read More
posted @ 2015-02-11 14:59 zhouyan_jsj
Views(993)
Comments(3)
Diggs(0)
2015年2月10日
常用js效果-toTop-加载中-下拉加载更多
正在加载 加载中....loadWrap{width: 100%;height: 100%;position: fixed;top:0;left: 0;-webkit-box-ali...
Read More
posted @ 2015-02-10 15:42 zhouyan_jsj
Views(707)
Comments(0)
Diggs(0)
上一页
1
2
3
公告