摘要: 参考自:https://github.com/ALiuNa/YTD 阅读全文
posted @ 2016-10-27 17:45 1146937621 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 1、Jinkey大神的新手入门攻略 2、小凡vuejs2的视频地址 3、网友翻译的vuejs2官方中文文档 部分报错处理: 1、错误一 这两个错误时有时没有的,一直不知道是为什么会出现这个错误,后来在 segmentfault 才知道是没有注册插件 2、常见错误之vue-router路由设置顺序 * 阅读全文
posted @ 2016-10-25 15:05 1146937621 阅读(14170) 评论(2) 推荐(1) 编辑
摘要: var arrCompate = function() { var json = {}, result = []; return { //最大值 max: function(arr) { return Math.max.apply(Math, arr)... 阅读全文
posted @ 2016-10-14 18:48 1146937621 阅读(126) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-08-30 20:06 1146937621 阅读(6) 评论(0) 推荐(0) 编辑
摘要: <!--html--> <section class="four"> <h2 class="tj">预约日程</h2> <div class="apd-data" id='dataTime'> <div class="apd-top"> <div class="left"> <i class="ic 阅读全文
posted @ 2016-06-09 01:18 1146937621 阅读(1050) 评论(0) 推荐(0) 编辑
摘要: <!--html模块--> <!--css样式--> <!--js部分--> // 上面是banner图切换,touch的js部分有改动,修复安卓qq浏览器中的失效 下面是zepto改后的源码, 阅读全文
posted @ 2016-06-09 01:10 1146937621 阅读(333) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>ajax实例,js</title></head><body><input type="button" id='a' value='ajax'></body><scrip 阅读全文
posted @ 2016-04-23 12:38 1146937621 阅读(117) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>简单的cookie封装</title> </head> <body> </body> <script> var cookies={ name:this.name 阅读全文
posted @ 2016-04-23 12:37 1146937621 阅读(152) 评论(0) 推荐(0) 编辑
摘要: /** * Created by jl on 2016/3/28. *///初始化绑定iScroll控件var actHtml="";var myScroll, pullUpEl, pullUpOffset, idCount= 0, fyList=5;$.getJSON('js/data.json' 阅读全文
posted @ 2016-03-30 18:47 1146937621 阅读(1463) 评论(0) 推荐(0) 编辑
摘要: //$a: Helvetica, sans-serif //$b: #333 // //body //font: 100% $a //color: $b //$a: red //body //color: $a $a: red .box color: $a color前的空格必须,red和$a前的空 阅读全文
posted @ 2016-03-30 18:41 1146937621 阅读(237) 评论(0) 推荐(0) 编辑