随笔分类 - jquery
摘要:$(function () { var isPageHide = false; window.addEventListener('pageshow', function () { if (isPageHide) { window.location.reload(); } }); window.add
阅读全文
摘要:http://www.ydcss.com/archives/18
阅读全文
摘要://获取当前时间,格式YYYY-MM-DD function getNowFormatDate() { var date = new Date(); var seperator1 = "-"; var year = date.getFullYear(); var month = date.getMonth() + 1; ...
阅读全文
摘要:Document (function(doc,win){ var preview = function(){ this.win_w=doc.body.offsetWidth; //屏幕宽度 this.win_h=doc.documentElement.clientH...
阅读全文