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