1 iscroll 5 和 lazyload 同时使用 转自 yinjiehtml
//lazyload var $scrollEle = $("#wrapper") $("img.lazy").lazyload({ effect: 'fadeIn', container: $scrollEle }); //iscroll var myscroll = new IScroll('#wrapper', { //最外层的盒子 mouseWheel: false, click: true, preventDefault: false, usetransform: false }); document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false); myscroll.on('scrollEnd', function () { $scrollEle.trigger('scroll'); }
2 slestize.js 插件git
http://blog.csdn.net/yijingchao/article/details/51313488github
http://selectize.github.io/selectize.js/app
github 下源码url
3 daterangepicker 时间插件(作pc 用)spa
http://www.daterangepicker.com/#options.net
4 moment 插件
时间插件 http://momentjs.cn/docs/code