常用插件

jquery

1.swiper.min.js 轮播图

https://www.swiper.com.cn/usage/

2.video-js 视频播放

http://www.jq22.com/jquery-info404

3.scrollReveal.js 滚动展示动画

https://scrollrevealjs.org/

5.jquery.qrcode.min.js 生成二维码

http://www.jq22.com/jquery-info294

6.zoomify 图片放大

https://github.com/indrimuska/zoomify

8.countdown.js 倒计时

http://www.jq22.com/jquery-info20520

9.jquery.validate.js 表单验证

http://www.runoob.com/jquery/jquery-plugin-validate.html

10.echarts图表

https://echarts.baidu.com/

11.selectFilter.js下拉选择框美化插件

http://www.jq22.com/jquery-info17583

12.lyz.delayLoading.jsjQuery图片延时加载插件

http://www.jq22.com/jquery-info8354

13.网页添加事件到系统日历

https://www.addevent.com/add-to-calendar-button

14.sortablejs可重排序拖放列表的JavaScript库

http://sortablejs.github.io/Sortable/

// 拖动元素
    var handlesEl = document.getElementById('sortableId');
    new Sortable(handlesEl, {
        handle: '.content-row-handle',
        animation: 150,
        onStart: function (evt) { 
            //拖拽完毕之后发生该事件
            console.log('拖拽')
            //所在位置
            var index = $(evt.item).parent().children().index($(evt.item));
            console.log('index', index)
        }
    });

 15.jQuery全屏图片轮播插件fullpage.js

http://www.jq22.com/jquery-info851

 

css

1.Animate.css CSS3 动画库

https://daneden.github.io/animate.css/

2.font-awesome.css 图标组件

http://fontawesome.dashgame.com/

 

js

1. 是一个一致性、模块化、高性能的 JavaScript 实用工具库。

https://www.lodashjs.com/

posted @ 2019-03-21 19:27  Tiramisu.man  阅读(196)  评论(0编辑  收藏  举报