上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页
摘要: https://ustbhuangyi.github.io/better-scroll/doc/zh-hans/#better-scroll API文档地址 BetterScroll 是一款重点解决移动端各种滚动场景需求的开源插件( GitHub地址 ),适用于滚动列表、选择器、轮播图、索引列表、开 阅读全文
posted @ 2017-11-06 13:23 mrt_yy 阅读(383) 评论(0) 推荐(0)
摘要: 参数说明: startX: 0 开始的X轴位置 startY: 0 开始的Y轴位置 scrollY: true 滚动方向 click: true 是否启用click事件 directionLockThreshold: 5 momentum: true 是否开启动量动画,关闭可以提升效率 bounce 阅读全文
posted @ 2017-11-03 14:32 mrt_yy 阅读(3886) 评论(0) 推荐(0)
摘要: 概况 概况 资料来源 iScroll基本信息 官网:http://cubiq.org/iscroll-4 更新:2012.07.14 版本:v4.2.5 兼容:iPhone/Ipod touch >=3.1.1, iPad >=3.2, Android >=1.6, Desktop Webkit, 阅读全文
posted @ 2017-11-03 10:09 mrt_yy 阅读(154) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> </head> <script src="js/jquery.js" type="text/javascript" charset="utf-8"></scri 阅读全文
posted @ 2017-11-01 16:38 mrt_yy 阅读(2371) 评论(0) 推荐(0)
摘要: Array.prototype.remove = function(val) { var index = this.indexOf(val); if(index > -1) { this.splice(index, 1); } }; var arr = ['1','2','3']; arr.remo 阅读全文
posted @ 2017-11-01 15:43 mrt_yy 阅读(224) 评论(0) 推荐(0)
摘要: 在iis7中默认的mime类型并不包含所有的后缀名文件,像现在比较热门的apk,ipa文件都是需要手动添加的。至于添加的方法百度一下大家就都知道到了,这里小编要说的是,如果你的iis7中有很多个网站都需要设置mime类型,然后每个都要设置一遍apk,ipa,3gp等这样的后缀名的话,会觉的有点繁琐, 阅读全文
posted @ 2017-10-09 21:58 mrt_yy 阅读(426) 评论(0) 推荐(0)
摘要: 通过 JavaScript 判断 通过 PHP 判断 阅读全文
posted @ 2017-09-29 21:19 mrt_yy 阅读(154) 评论(0) 推荐(0)
摘要: var reg = new RegExp("^北京|\\|北京"); 字符串“北京”整体 console.log(reg2.test("北京南|beijingnan|bjn")) //var reg = new RegExp("^北京|\\|北京", 'gi' ); 全局不区分大小写 g全局 i不区 阅读全文
posted @ 2017-09-20 13:50 mrt_yy 阅读(522) 评论(0) 推荐(0)
摘要: 引入模版文件 引入/template/default目录下inc_head.html的写法 inc_head对应/template/default目录下inc_head.html模板文件 {mytemplate inc_head} 引入当前模板目录下的inc_head.html inc_head对应 阅读全文
posted @ 2017-08-29 13:33 mrt_yy 阅读(1217) 评论(0) 推荐(0)
摘要: <style type="text/css"> li { width: 100%; float: left; } li:first-child:nth-last-child(2), li:first-child:nth-last-child(2)~li,li:first-child:nth-last 阅读全文
posted @ 2017-08-24 14:19 mrt_yy 阅读(159) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页