- 2015 12/15
- 2015 12/04
前段部分代码: <form class="myform" action="<?=$this->act?>"> <div class="addclass"> <div class="modify_list mb10"> <dl> <dt><…
- 2015 04/07
[转载收录]原文链接:腾讯ISUX(http://isux.tencent.com/h5-performance.html) 移动H5前端性能优化指南 概述 1. PC优化手段在Mobile侧同样适用 2. 在Mobile侧我们提出三秒种渲染完成首屏指标 3. 基于第二点,首屏加载3秒完成或使用Loading 4. 基于联通3G网络平均338KB/s(2.71Mb/s),所以首屏资源…
- 2015 02/13
日期格式:“2015-01-01 01:01:01” 方法一: <html> <body> <script type="text/javascript"> var g = '2015-01-01 01:01:01'.replace(/-/g,"/"); var d = new Dat…
- 2014 12/29
//兼容Chrome、FireFox、IE、Opera各版本浏览器,setInterval性能影响完全不需要担心 <script> function SetCwinHeight(){ var cwin=document.getElementById('frame'); if (document.getElementById){ if (cwin && !…
- 2014 11/23
链接:http://code.ciaoca.com/jquery/validation_engine/ 使用方法 载入 CSS 文件 <link rel="stylesheet" href="css/validationEngine.jquery.css"> 载入 JavaScript 文件 <script src="…
- 2014 11/06
链接:https://github.com/carhartl/jquery-cookie 使用方法简介: 创建 session cookie(浏览器关闭后删除): $.cookie('the_cookie', 'the_value'); 创建指定过期时间的cookie,7天后过期: $.cookie('the_cookie', '…

