前端Jquery插件记录

描述

记录一波jquery插件,虽然有些已经过时,但还是要记录起来(凑数),没有贴链接的可以github上找(但愿能找到),后续持续更新。。。

主要部分

  1. 轮播图 swiper
    https://www.swiper.com.cn/
  2. 渲染模板 art-template
    http://aui.github.io/art-template/
  3. 分页 bootstrap-paginator
  4. 表单验证 bootstrap-validator
  5. 富文本编辑器 ckeditor
    https://ckeditor.com/
  6. 图表插件 echarts
    http://echarts.baidu.com/
  7. 移动端click延迟300ms fastclick-master
  8. 字体图标库 font-awesome
    http://fontawesome.dashgame.com/
  9. 滚动插件 iscroll-master
  10. 上传文件插件 jquery-fileupload
  11. 渲染模板 jsrender
  12. 日期处理类插件 moment
    http://momentjs.cn/
  13. 进度条插件 nprogress
    http://ricostacruz.com/nprogress/
  14. 分页插件 twbs-pagination

重点推荐

  1. bootcdn(这是一个插件库,里面有好多插件,搜索要的插件把搜出来的链接引入JS就可以了,)
    https://www.bootcdn.cn/

你可能感兴趣的:(前端Jquery插件记录)