摘要: http://mdsa.51cto.com/art/201508/488560.htmhttp://cn.redux.js.org/自己刚开始学的时候翻的文档 http://fiddle.jshell.net/yyx990803/4dr2fLb7/show/ 阅读全文
posted @ 2016-11-10 13:00 小小公举 阅读(139) 评论(0) 推荐(0) 编辑
摘要: document.cookie = "name=caoyc;path=/"document.cookie = "age=13;path=/"//时间可以不要,但路径(path)必须要填写,因为js的默认路径是当前页,如果不填,此cookie只在当前页面生效! html5 postMessage解决跨 阅读全文
posted @ 2016-11-04 16:35 小小公举 阅读(20031) 评论(0) 推荐(0) 编辑
摘要: http://www.jianshu.com/p/1f3cf01fb028 bower前端包管理工具,学习jquery原码用它下载会对其功能分类 https://segmentfault.com/a/1190000002971135 bower的说明文档 http://www.dongnaoedu. 阅读全文
posted @ 2016-10-24 20:05 小小公举 阅读(240) 评论(0) 推荐(0) 编辑
摘要: https://select2.github.io/examples.html select2 自动搜索带select选择 ## 表单提交 https://github.com/marioizquierdo/jquery.serializeJSON 可以在标签上直接写就可达到后端想要的数据 ## j 阅读全文
posted @ 2016-10-17 18:44 小小公举 阅读(14916) 评论(1) 推荐(1) 编辑
摘要: http://cnodejs.org/topic/4f9904f9407edba21468f31e npm镜像 如果 npm不好用就可以用镜像,然后再npm install应该就可以了 https://npm.taobao.org/ 镜像 阅读全文
posted @ 2016-10-16 14:47 小小公举 阅读(193) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/dingyiming/p/5009630.html 丁一鸣关于vue配置说明的博客比较细 阅读全文
posted @ 2016-10-15 23:47 小小公举 阅读(2736) 评论(0) 推荐(0) 编辑
摘要: http://www.nodeclass.com/api/ECMAScript6.html#function http://es6.ruanyifeng.com/#docs/destructuring http://es6.ruanyifeng.com/#docs/destructuring es6 阅读全文
posted @ 2016-10-14 17:19 小小公举 阅读(263) 评论(0) 推荐(0) 编辑
摘要: function ajax(method,url,data,dispatch){ if (window.ActiveXObject){ xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); }else if (window.XMLHttpRequest) 阅读全文
posted @ 2016-10-13 16:00 小小公举 阅读(141) 评论(0) 推荐(0) 编辑
摘要: jQuery Ajax通用js封装 第一步:引入jQuery库 <script type="text/javascript" src="<%=path%>/resources/js/jquery.min.js"></script> 第二步:开发Ajax封装类,已测试通过,可以直接调用,直接贴代码,讲 阅读全文
posted @ 2016-10-09 13:56 小小公举 阅读(6749) 评论(3) 推荐(0) 编辑
摘要: https://github.com/fex-team/jello 阅读全文
posted @ 2016-10-08 17:21 小小公举 阅读(190) 评论(0) 推荐(0) 编辑