随笔分类 -  For_Js

js 路上
摘要:window.setTimeout(function() {window.location.href="default.html"}, 1000); 1s后跳转 default.html可以是Action可以是do...可以~ 哇哈哈哈 ZhLingF W 阅读全文
posted @ 2015-07-31 11:05 ZhLingF 阅读(121) 评论(0) 推荐(0)
摘要:搜索 为了可以更灵活控制. 使用span布局 加上滑动手型鼠标样式. 配合JS各种自定义按钮样式. ZhLingF W 阅读全文
posted @ 2015-07-30 14:19 ZhLingF 阅读(1291) 评论(0) 推荐(0)
摘要:1 var formatDate = function(time, format){ 2 var t = new Date(time); 3 var tf = function(i){return (i < 10 ? '0' : '') + i}; 4 return for... 阅读全文
posted @ 2015-07-21 17:50 ZhLingF 阅读(165) 评论(0) 推荐(0)