Skip to content

wu6660563/JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript 资源大全中文版

我想很多程序员应该记得 GitHub 上有一个 Awesome - XXX 系列的资源整理。[awesome-

javascript](https://github.com/sorrycc/awesome-javascript) 是 sorrycc 发起维护的

JS 资源列表,内容包括:包管理器、加载器、测试框架、运行器、QA、MVC框架和库、模板引

擎、数据可视化、时间轴、编辑器等等

Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的介绍,如果有更详细的中文介

绍,对相应开发者的帮助会更大。这也是我们发起这个开源项目的初衷。


我们要做什么?

  • 基于 awesome-javascript 列表,我们将对其中的各个资源项进行编译整理。此外还将从其

他来源补充好资源。

的内容:

jquery-html5-ui/)》


如何参与本项目?

从下面的目录来看,本项目的工作量小不了,所以非常期待能有更多程序员一起来参与。

不过加入前,有几个小要求:

  • 英文还不错,能读懂英文并用自己的话复述;
  • 在用 JavaScript;

如有兴趣,请加 QQ:50872495。加 Q 时请注明「JS大全」


如何为列表贡献新资源?

欢迎大家为列表贡献高质量的新资源,提交PR时请参照以下要求:

  • 请确保推荐的资源自己使用过
  • 提交PR时请注明推荐理由

资源列表管理收到PR请求后,会定期(每周)在微博转发本周提交的PR列表,并在微博上面听

取使用过这些资源的意见。确认通过后,会加入资源大全。

感谢您的贡献!


本项目的参与者

  • 维护者:
  • 贡献者:刘健超、MissNull、一兮、Mr. Somebody、Jason

Lee、Tab_Gre、[GavinZhang]

(http://www.jobbole.com/members/KeepMoving/)、[shadowkimi520]

(https://github.com/shadowkimi520/)、[zhoutk]

(http://www.jobbole.com/members/zhoutk/)、[tzstone]

(http://www.jobbole.com/members/tzstone)、[Erichain]

(http://www.jobbole.com/members/Erichain)、[chen]

(http://www.jobbole.com/members/atmfans)、[ElizabethMa]

(https://github.com/ElizabethMa)、[LeuisKen]

(http://www.jobbole.com/members/LeuisKen)、[linacre]

(http://www.jobbole.com/members/linacre)、[王涛]

(http://www.jobbole.com/members/wt726553124/)、[neal1991]

(https://github.com/neal1991)、[luoyjx](https://github.com/luoyjx)、[appleshowc]

(https://github.com/appleshowc)、[TAMMENY](https://github.com/TAMMENY)、

cike8899cnzin

cike8899

注:名单不分排名,不定期补充更新


奖励计划

虽然奖励可能并不是你加入的主要原因,但还是有必要提一下:

  • 整理超过 20 个资源后,可在伯乐在线上开通打赏;
  • 每整理 20 个资源,有机会获得技术书籍或各种有意思的创意、极客产品;
  • 奖励详情

目录


包管理器

管理着 JavaScript 库,并提供读取和打包它们的工具。

  • npm:npm 是 JavaScript 的包管理器。官网
  • Bower:一个 web 应用的包管理器。官网
  • component:能构建更好 web 应用的客户端包管理器。[官网]

(https://github.com/componentjs/component)

  • spm:全新的静态包管理器。官网
  • jam:一个专注于浏览器端和兼容 RequireJS 的包管理器。[官网]

(https://github.com/caolan/jam)

  • jspm:流畅的浏览器包管理器。官网
  • Ender:没有库文件的程序库。官网
  • volo:以项目模板、添加依赖项与自动化生成的方式创建前端项目。[官网]

(https://github.com/volojs/volo)

  • Duo:一个整合 Component、Browserify 和 Go 官网

最佳思想,使开发者能快速方便地组织和编写前端代码的下一代包管理器。

加载器

JavaScript 的模块或加载系统。

  • RequireJS:JavaScript 文件和模块的加载器。[官网]

(https://github.com/jrburke/requirejs)

  • browserify:在浏览器端以 node.js 的方式 require()。[官网]

(https://github.com/substack/node-browserify)

  • SeaJS:用于 Web 的模块加载器。官网
  • HeadJS:HEAD 的唯一脚本。官网
  • curl:小巧、快速且易扩展的模块加载器,它能处理 AMD、CommonJS Modules/1.1、CSS、

HTML/text 和历史脚本。官网

  • lazyload:小巧且无依赖的异步 JavaScript 和 CSS 加载器。[官网]

(https://github.com/rgrove/lazyload/)

  • script.js:异步 JavaScript 加载器和依赖管理器。[官网]

(https://github.com/ded/script.js)

  • systemjs:AMD、CJS(commonJS) 和符合 ES6 规范的模块加载器。[官网]

(https://github.com/systemjs/systemjs)

  • LodJS:基于 AMD 的模块加载器。官网
  • ESL:浏览器端的模块加载器,支持延迟定义和 AMD。[官网]

(https://github.com/ecomfe/esl)

  • modulejs:轻量的 JavaScript 模块系统。官网

打包工具

  • browserify :Browserify 让你能在浏览器端使用 require('modules') ,打包所有依赖。

官网

  • webpack:为浏览器打包 CommonJs/AMD 模块。[官网]

(https://github.com/webpack/webpack)

  • gulp:用自动化构建工具增强你的工作流程!官网

测试框架

框架

  • mocha:适用于 node.js 和浏览器、简易、灵活、有趣的 JavaScript 测试框架。[官网]

(https://github.com/mochajs/mocha)

  • jasmine:简单无 DOM 的 JavaScript 测试框架。[官网]

(https://github.com/jasmine/jasmine)

  • qunit:一个易于使用的 JavaScript 单元测试框架。[官网]

(https://github.com/jquery/qunit)

  • jest:简单的 JavaScript 单元测试框架。官网
  • prova:基于 Tape 和 Browserify 的测试运行器,它适用于 Node & 浏览器。[官网]

(https://github.com/azer/prova)

  • DalekJS:自动化且跨浏览器的 JavaScript 功能测试框架。[官网]

(https://github.com/dalekjs/dalek)

断言

  • chai:适用于 node.js 和浏览器的 BDD / TDD 断言框架,并能搭配其它测试框架使用。[

官网](https://github.com/chaijs/chai)

  • Sinon.JS:对 JavaScript 进行 spies、stubs 和 mock 测试。[官网]

(https://github.com/sinonjs/sinon)

  • expect.js:简约的、适用于 Node.js 和浏览器端的 BDD 式断言工具。[官网]

(https://github.com/Automattic/expect.js)

  • should.js:适用于 Node.js 的 BDD 式断言工具。[官网]

(https://github.com/tj/should.js)

覆盖率

  • istanbul:另一个 JS 代码覆盖率检测工具。[官网]

(https://github.com/gotwarlost/istanbul)

  • blanket:一个简单的代码覆盖率检测库。它的设计理念是易于安装和使用,且可用于浏览

器端和 node.js。官网

  • JSCover:JSCover 是一个检测 JavaScript 程序代码覆盖率的工具。[官网]

(https://github.com/tntim96/JSCover)

运行器

  • phantomjs:脚本化的 Headless WebKit。官网
  • slimerjs:一个内核为 Gecko 的类似 PhantomJS 工具。[官网]

(https://github.com/laurentj/slimerjs)

  • casperjs:基于 PhantomJS 和 Slimer JS 的导航脚本和测试工具。[官网]

(https://github.com/n1k0/casperjs)

  • zombie:基于 node.js 、快速、全栈且无图形界面的浏览器的测试工具。[官网]

(https://github.com/assaf/zombie)

  • totoro:一个简单可靠且能跨浏览器运行的测试工具。[官网]

(https://github.com/totorojs/totoro)

runner/karma)

  • nightwatch:基于 node.js 和 selenium webdriver 的图形界面自动化测试框架。[官网]

(https://github.com/nightwatchjs/nightwatch)

  • intern:下一代 JavaScript 代码测试栈。[官网]

(https://github.com/theintern/intern)

  • yolpo:在浏览器逐句执行的 JavaScript 解释器。官网

QA 工具

  • JSHint:JSHint 是一个有助于发现 JavaScript 代码错误和潜在问题的工具。[官网]

(https://github.com/jshint/jshint/)

  • jscs:JavaScript 代码风格检测工具。官网
  • jsfmt:格式化、搜索和改写 JavaScript。官网
  • jsinspect:检测复制粘贴和结构类似的代码。[官网]

(https://github.com/danielstjules/jsinspect)

%E9%AD%94%E8%A1%93%E6%95%B8%E5%AD%97)。[官网]

(https://github.com/danielstjules/buddy.js)

  • ESLint:完全插件化的工具,能在 JavaScript 中识别和记录模式。[官网]

(https://github.com/eslint/eslint)

  • JSLint :高标准、严格和固执的代码质量工具,旨在只保持语言的优良部分。[官网]

(https://github.com/douglascrockford/JSLint)

MVC 框架和库

  • angular.js:为网络应用增强 HTML。[官网]

(https://github.com/angular/angular.js)

  • aurelia:一个适用于移动设备、桌面电脑和 web 的客户端 JavaScript 框架。[官网]

(http://aurelia.io/)

  • backbone:给你的 JS 应用加入带有 Models、Views、Collections 和 Events 的

Backbone。官网

  • batman.js:最适合 Rails 开发者的 JavaScript 框架。官网
  • ember.js:一个旨在创建非凡 web 应用的 JavaScript 框架。[官网]

(https://github.com/emberjs/ember.js)

  • meteor:一个超简单的、数据库无处不在的、只传输数据的纯 JavaScript web 框架。[官

网](https://github.com/meteor/meteor)

  • ractive:新一代 DOM 操作。官网
  • vue:一个用于构建可交互界面的、直观快速和可组合的 MVVM 框架。[官网]

(https://github.com/vuejs/vue)

  • knockout:Knockout 用 JavaScript 让创建响应式的富 UI 更加容易。[官网]

(https://github.com/knockout/knockout)

  • spine:构建 JavaScript 应用的轻量 MVC 库。官网
  • espresso.js:一个极小的、用于制作用户界面的 JavaScript 库。[官网]

(https://github.com/techlayer/espresso.js)

  • canjs:让 JS 更好、更快、更简单。官网
  • react:用于建构用户界面的库。它是声明式的、高效的和极度灵活的,并使用虚拟 DOM 作

为其不同的实现。官网

  • react-native:一个用 React 构建原生应用的框架。[官网]

(https://github.com/facebook/react-native)

  • riot:类 React 库,但很轻量。官网
  • thorax:加强你的 Backbone。官网
  • chaplin:使用 Backbone.js 库的 JavaScript 应用架构。[官网]

(https://github.com/chaplinjs/chaplin)

  • marionette:一个 Backbone.js 的复合应用程序库,旨在简化大型 JavaScript 应用结构

官网

  • ripple:一个小巧的、用于构建响应界面的基础框架。[官网]

(https://github.com/ripplejs/ripple)

  • rivets:轻量却拥有强大的数据绑定和模板解决方案[官网]

(https://github.com/mikeric/rivets)

  • derby:让编写实时和协同应用更简单的 MVC 框架,能够在 Node.js 和浏览器同时运行。[

官网](https://github.com/derbyjs/derby) * derby-awesome:很棒的 derby 组件集合。[官网]

(https://github.com/russll/awesome-derby)

  • way.js:简单、轻量、持久化的双向数据绑定。[官

网](https://github.com/gwendall/way.js)

  • mithril.js:Mithril 是一个客户端 MVC 框架(轻量、强大和快速)[官网]

(https://github.com/lhorie/mithril.js)

  • jsblocks:jsblocks 是一个更好的 MV-ish 框架。[官网]

(https://github.com/astoilkov/jsblocks)

  • LiquidLava:易懂的、用于构建用户界面的 MVC 框架。[官网](http://www.lava-

framework.com/)

基于 Node 的 CMS 框架

  • KeystoneJS:强大的 CMS 和 web 应用框架。[官网]

(https://github.com/keystonejs/keystone)

  • Reaction Commerce:拥有实时的架构和设计的响应式(reactive) CMS。[官网]

(https://github.com/reactioncommerce/reaction)

  • Ghost:简单、强大的发布平台。官网
  • Apostrophe:提供内容编辑和基本服务的 CMS。[官网]

(https://github.com/punkave/apostrophe)

  • We.js:适用于实时应用、网站或博客的框架。官网
  • Hatch.js:拥有社交特性的 CMS 平台。官网
  • TaracotJS:拥有快速、极简风格特点且基于Node.js 的 CMS。[官网]

(https://github.com/xtremespb/taracotjs-generator/)

  • Nodizecms:为 CoffeeScript 爱好者准备的 CMS。[官网]

(https://github.com/nodize/nodizecms)

  • Cody:拥有所见即所得的编辑器的 CMS。官网
  • PencilBlue:CMS 和博客平台。官网

模板引擎

模板引擎允许您执行字符串插值。

  • mustache.js:是 JavaScript 中带有 {{mustaches}} 的最简模板。[官网]

(https://github.com/janl/mustache.js)

  • handlebars.js:是 Mustache 模板语言的扩展。[官网]

(https://github.com/wycats/handlebars.js/)

  • hogan.js:是 Mustache 模板语言的编译器。[官网]

(https://github.com/twitter/hogan.js)

  • doT:最快速简洁的 JavaScript 模板引擎,适用于 nodejs 和浏览器。[官网]

(https://github.com/olado/doT)

  • dustjs:适用于浏览器和 node.js 的异步模板。[官网]

(https://github.com/linkedin/dustjs/)

  • eco:嵌入式的 CoffeeScript 模板。官网
  • JavaScript-Templates:轻量(小于 1KB)、快速且无依赖的强大 JavaScript 模版引擎。

官网

  • t.js:小巧的 JavaScript 模板框架,压缩后约为 400 字节。[官网]

(https://github.com/jasonmoo/t.js)

  • Jade:健壮的、优雅且功能丰富的 nodejs 模板引擎。[官网]

(https://github.com/pugjs/jade)

  • EJS:高效的 JavaScript 模板。官网
  • xtemplate:可扩展的模板引擎,适用于 node 和浏览器。[官网]

(https://github.com/xtemplate/xtemplate)

  • marko:快速轻量且基于 HTML 的模板引擎,支持异步、流、自定义标签和 CommonJS 模编

译后输出。适用于 Node.js 官网和浏览器。

Flux

Flux是Facebook用来构建客户端Web应用的应用架构

  • Reflux是根据React的flux创建的单向数据流类库。[官网]

(https://github.com/reflux/refluxjs)

  • Redux是可预测javascript应用程序状态的容器。官网

数据可视化

Web 数据可视化工具

  • d3:一个对 HTML 和 SVG 进行可视化的 JavaScript 库。[官网]

(https://github.com/mbostock/d3)

  • metrics-graphics:更简洁和拥有更规范的数据图表布局优化算法的库。[官网]

(https://github.com/mozilla/metrics-graphics)

  • pykcharts.js:经过精心设计后,去除 d3.js 复杂性的 d3.js 图表库。[官网]

(https://github.com/pykih/PykCharts.js)

  • three.js:JavaScript 3D 库。官网
  • Chart.js:简单的、基于 canvas 标签的 HTML5 图表库。[官网]

(https://github.com/nnnick/Chart.js)

  • paper.js:是矢量图形脚本中的瑞士军刀 —— 使用 HTML5 Canvas 将 Scriptographer

移植到 JavaScript 官网和浏览器。

  • fabric.js:JavaScript Canvas 库,SVG 与 Canvas 可以相互解析。[官网]

(https://github.com/kangax/fabric.js)

  • peity:进度条、线状和饼状图。官网
  • raphael:JavaScript 矢量库。官网
  • echarts:商业产品图表。官网
  • vis:动态的、基于浏览器的可视化库。官网
  • two.js:一个渲染器无关的适用于 web 的二维绘图 api 。[官网]

(https://github.com/jonobr1/two.js)

  • g.raphael:基于 Rapha?l 图表库。[官网]

(https://github.com/DmitryBaranovskiy/g.raphael)

  • sigma.js:一个致力于图形绘画的 JavaScript 库。[官网]

(https://github.com/jacomyal/sigma.js)

  • arbor:一个使用 web workers 和 jQuery 的图形可视化库。[官网]

(https://github.com/samizdatco/arbor)

  • cubism:可视化时间序列的 D3 插件。官网
  • dc.js:与 crossfilter 无缝合作的多维图表绘制库,使用 d3.js 渲染。[官网]

(https://github.com/dc-js/dc.js)

  • vega:一套可视化语法。官网
  • processing.js:Processing.js 基于 Web 标准使数据可视化,而无需任何插件。[官网]

(http://processingjs.org/)

  • envisionjs:动态的 HTML5 可视化。[官网]

(https://github.com/HumbleSoftware/envisionjs)

  • rickshaw:用于构建交互式实时图表的 JavaScript 工具包。[官网]

(https://github.com/shutterstock/rickshaw)

  • flot:吸引人的、基于 jQuery 的 JavaScript 图表库。[官网]

(https://github.com/flot/flot)

  • morris.js:漂亮的时间序列线框图。官网
  • nvd3:一个为 D3.js 构建可复用图表和图表组件的库。[官网]

(https://github.com/novus/nvd3)

  • svg.js:一个轻量的、用于操作和添加 SVG 动画的库。[官网]

(https://github.com/wout/svg.js)

  • heatmap.js:基于 HTML5 canvas 的热力图 JavaScript 库。[官网]

(https://github.com/pa7/heatmap.js)

  • jquery.sparkline:一个直接在浏览器端生成小型走势图的 jQuery 插件。[官网]

(https://github.com/gwatts/jquery.sparkline)

  • xCharts:一个基于 D3、用于构建自定义图表和图形的库。[官网]

(https://github.com/tenxer/xCharts)

  • trianglify:基于 d3.js 的低多边形(low poly)风格背景图片生成器。[官网]

(https://github.com/qrohlf/trianglify)

  • d3-cloud:创建词云(word cloud)效果的 JavaScript 库。[官网]

(https://github.com/jasondavies/d3-cloud)

  • d4:一个基于 D3 、友好、可复用的 DSL 图表库 。[官网]

(https://github.com/heavysixer/d4)

  • dimple.js:基于 d3 的简易商业分析图表库。官网
  • chartist-js:简单的响应式图表。官网
  • epoch:一个通用的实时图表库。官网
  • c3:基于 D3 的可复用图表库。官网
  • BabylonJS:一个运用 HTML5 和 WebGL 构建 3D 游戏的框架。[官网]

(https://github.com/BabylonJS/Babylon.js)

  • jquery.raty.js:一个星级评分插件。官网

也有一些很棒的收费库,如 amchart、[plotly]

(https://plot.ly/) 和 highchart

时间轴

  • TimelineJS: 一个用 JavaScript 编写的可叙事时间轴库。[官网]

(https://github.com/NUKnightLab/TimelineJS)

  • timesheet.js:用于构建简单的 HTML5 & CSS3 时间表的 JavaScript 库。[官网]

(https://github.com/semu/timesheet.js)

编辑器

  • ace:Ace(Ajax.org Cloud9 Editor)。官网
  • CodeMirror:浏览器端的代码编辑器。[官网]

(https://github.com/codemirror/CodeMirror)

  • esprima:用于综合分析的 ECMAScript 解析器。[官网]

(https://github.com/ariya/esprima)

  • quill:一个带有 API 的跨浏览器富文本编辑器。([

官网](http://quilljs.com/))

  • medium-editor:Medium.com 所见即所得编辑器的克隆版。[官网]

(https://github.com/yabwe/medium-editor)

  • pen:享受在线编辑(支持 markdown)。官网
  • jquery-notebook:一个易用的、简洁优雅的文本编辑器。灵感来源于 Medium 的魅力。[官

网](https://github.com/raphaelcruzeiro/jquery-notebook)

  • bootstrap-wysiwyg:小巧的、兼容 bootstrap 的所见即所得的富文本编辑器。[官网]

(https://github.com/mindmup/bootstrap-wysiwyg)

  • ckeditor-releases:适用于每个人的 web 文本编辑器。[官网]

(https://github.com/ckeditor/ckeditor-releases)

  • editor:一个 markdown 编辑器,但仍在开发中。[官网]

(https://github.com/lepture/editor)

  • EpicEditor:一个可嵌入的 JavaScript Markdown [官网]

(https://github.com/OscarGodson/EpicEditor)的编辑器,拥有全屏编辑、即时预览、自动

保存草稿和离线支持等功能。

  • jsoneditor:查看、编辑和格式化 JSON 的 web 工具。[官网]

(https://github.com/josdejong/jsoneditor)

  • vim.js: 拥有持久化 ~/.vimrc 的 Vim 编辑器的 JavaScript 移植版本。[官网]

(https://github.com/coolwanglu/vim.js)

  • Squire:HTML5 富文本编辑器。官网
  • TinyMCE:JavaScript 富文本编辑器。官网
  • trix:由 Basecamp 制作,适用于每天写作的富文本编辑器。[官网]

(https://github.com/basecamp/trix)

文件

处理文件的库。

  • Papa Parse:一款强大的 CSV 库,支持解析 CSV 文件/字符串,也能导出 CSV。[官网]

(https://github.com/mholt/PapaParse)

  • jBinary:对用声明式语法描述文件类型和数据结构的二进制文件,进行高级 I/O(加载、

解析、操作、序列化、存储)操作。官网

函数式编程

函数式编程库扩展了 JavaScript 的能力。

  • underscore:JavaScript 的实用工具。[官网]

(https://github.com/jashkenas/underscore)

  • lodash:提供一致性、可定制、高性能和额外功能的

实用库。官网

  • Sugar:一个扩展了原生对象功能的 JavaScript 库。[官网]

(https://github.com/andrewplummer/Sugar)

  • lazy.js:类似 Underscore,但性能更优越官网
  • ramda:一个针对 JavaScript 程序员的实用函数库。[官网]

(https://github.com/CrossEye/ramda)

  • mout:模块化的 JavaScript 工具库。官网
  • mesh:流数据同步工具。官网

响应式编程

响应式程序库扩展了 JavaScript 的能力。

Extensions/RxJS)

  • Bacon:JavaScript 的 FPR(函数式响应式编程)库。[官网]

(https://github.com/baconjs/bacon.js)

  • Kefir:受 Bacon.js 和 RxJS 启发的 FRP 库,专注于高性能和低内存消耗。[官网]

(https://github.com/pozadi/kefir)

  • Highland:对 JavaScript 实用工具的重新思考,Highland 能轻易地管理同步和异步信息

,而且仅使用标准 JavaScript 和类 Node 流。官网

  • Most.js:高性能 FRP 库。官网

数据结构

数据结构库用于构建一个更复杂的应用。

  • immutable-js:不可变的数据集合,包括 Sequence、Range、Repeat、Map、OrderedMap、

Set 和 sparse Vector。官网

  • mori:使用 ClojureScript 持久化数据结构和支持原生 JavaScript API 的库。[官网]

(https://github.com/swannodette/mori)

  • buckets:完整的、经过充分测试和记录数据结构的 JavaScript 库。[官网]

(https://github.com/mauriciosantos/Buckets-JS)

  • hashmap:简单的 hashmap 实现,支持任何类型的键值。[官网]

(https://github.com/flesler/hashmap)

日期

日期库。

  • moment:解析、验证、操作和显示日期。官网
  • moment-timezone:基于 moment.js 的时区库。[官网]

(https://github.com/moment/moment-timezone)

  • jquery-timeago:一款支持自动更新模糊时间戳的 jQuery 插件(如:"4 分钟之前")。[

官网](https://github.com/rmm5t/jquery-timeago)

  • timezone-js:让 JavaScript Date 对象拥有时区功能。使用 Olson zoneinfo 文件记录着

时区数据。官网

  • date:拥有人性化的 Date() 方法。官网
  • ms.js:小巧的毫秒转换工具。官网

字符串

字符串库。

  • selecting:一个允许你获取用户选定文本的库。[官网]

(https://github.com/EvandroLG/selecting)

  • underscore.string:扩展了 Underscore.js 的字符串操作。[官网]

(https://github.com/epeli/underscore.string)

  • string.js:额外的 JavaScript 字符串方法。[官网]

(https://github.com/jprichardson/string.js)

  • he:健壮的 HTML 实体编码/解码器。官网
  • multiline:多行字符串。官网
  • query-string:解析和字符串化 URL 查询字符串。[官网]

(https://github.com/sindresorhus/query-string)

  • URI.js:URL 操作库。官网
  • jsurl:轻量的 URL 操作库。官网
  • sprintf.js:实现字符串格式化。官网
  • url-pattern:让 url 和其它字符串进行比正则表达式匹配更简单。字符串和数据可相互转

化。官网

数字

  • Numeral-js:对数字进行格式化和操作的库。[官网]

(https://github.com/adamwdraper/Numeral-js)

  • odometer:流畅的数字过渡效果。官网
  • accounting.js:对数字、金钱、货币进行格式化的轻量库——完全本地化和无依赖。[官网

](https://github.com/josscrowcroft/accounting.js)

  • money.js:一个小巧(1kb)的货币转换库,适用于 web 和 nodeJS。[官网]

(https://github.com/josscrowcroft/money.js)

  • Fraction.js:一个有理数库。官网
  • Complex.js: 一个复数库。官网
  • Polynomial.js:一个多项式库。官网

存储

  • store.js:为所有浏览器封装了 LocalStorage,而没有使用 cookies 和 flash。隐秘地使

用 localStorage、globalStorage 和用户数据。[官网]

(https://github.com/marcuswestin/store.js)

  • localForage:改善后的离线存储。其封装了 IndexedDB、WebSQL 和 localStorage,拥有

操作简单和强大的 API。官网

  • jStorage:jStorage 是一个简单的键值对数据库,用于在浏览器端存储数据。[官网]

(https://github.com/andris9/jStorage)

  • cross-storage:获得权限后,能跨域名本地存储。[官网]

(https://github.com/zendesk/cross-storage)

  • basket.js:用 localStorage 加载和缓存脚本的资源加载器。[官网]

(https://github.com/addyosmani/basket.js)

  • bag.js:可以缓存脚本和加载资源,与 basket.js 相似,但增加了键值对接口和对

localStorage / websql / 官网undexedDB 的支持。

  • basil.js:智能的 JavaScript 数据持久层库。[官网]

(https://github.com/Wisembly/basil.js)

  • jquery-cookie:轻量简单的、用于读取、编辑和删除 cookie 的 jQuery 插件。[官网]

(https://github.com/carhartl/jquery-cookie)

  • Cookies:客户端 Cookie 操作库。官网
  • DB.js:基于 Promise 的、封装了 IndexedDB 的库。[官网]

(https://github.com/aaronpowell/db.js/)

  • lawnchair.js:简单的客户端 JSON 存储。[官网]

(https://github.com/brianleroux/lawnchair/)

颜色

  • randomColor:JavaScript 颜色生成器。[官网]

(https://github.com/davidmerfield/randomColor)

  • chroma.js:拥有各种各样颜色操作的 JavaScript 库。[官网]

(https://github.com/gka/chroma.js)

  • color:JavaScript 颜色转换和操作库。官网
  • colors:更智能的默认 web 颜色。官网
  • PleaseJS:随机创建出赏心悦目的颜色和配色方案。[官网]

(https://github.com/Fooidge/PleaseJS)

  • TinyColor:快速、轻巧的颜色操作和转换库。[官网]

(https://github.com/bgrins/TinyColor)

  • Vibrant.js:从图像提取主要颜色。官网

国际化和本地化(I18n And L10n)

本地化和国际化 JavaScript 库

  • i18next:JavaScript 最简单的国际化(i18n)方法。[官网]

(https://github.com/i18next/i18next)

  • polyglot:小巧的国际化助手库。官网
  • babelfish:i18n 提供友好易懂的 API ,并且内置多种支持。[官网]

(https://github.com/nodeca/babelfish/)

  • ClassManager:世界上最快、最方便的类系统之一。[官网]

(https://github.com/kogarashisan/ClassManager)

  • klass:用于创建极富表现力的类工具库。官网
  • augment:世界上最小且最快的一流 JavaScript 继承模式。[官网]

(https://github.com/javascript/augment)

控制流

  • async:适用于 node 和浏览器的异步工具库。官网
  • q:实现异步的 promise JavaScript 库。官网
  • step:让逻辑顺序合理化的异步控制流库。[官网]

(https://github.com/creationix/step/)

  • contra:利用函数风格实现的异步流控制。[官网]

(https://github.com/bevacqua/contra/)

  • Bluebird:专注于革新功能和性能的,功能齐全的 promoise 库。[官网]

(https://github.com/petkaantonov/bluebird/)

  • when:快速可靠的、Promises/A+ 规范的 when() 实现,而且拥有异步其它的优秀特性。[

官网](https://github.com/cujojs/when)

  • ObjectEventTarget:提供增加了事件监听的原型(与 DOMElement 的 EventTarget 在浏览

器行为一致)。官网

路由

  • director:一个小巧的、与 URL 同构的路由器。[官网]

(https://github.com/flatiron/director)

  • page.js:受 Express router 启发的小型客户端路由器(约为1200字节)。[官网]

(https://github.com/visionmedia/page.js)

  • pathjs:简单、轻量的 web 路由器。官网
  • crossroads:JavaScript 路由。[官网]

(https://github.com/millermedeiros/crossroads.js)

  • davis.js:使用 pushState、RESTful 风格和可降级的 JavaScript 路由器。[官网]

(https://github.com/olivernn/davis.js)

可嵌套路由。官网

安全性

  • DOMPurify:针对 HTML、MathML 和 SVG 的仅支持DOM、快速、高容错的 XSS 过滤器。[官

网](https://github.com/cure53/DOMPurify)

  • js-xss:通过白名单配置,即可过滤不信任的 HTML(防止 XSS 攻击)。[官网]

(https://github.com/leizongmin/js-xss)

日志

  • log:带有样式的 Console.log。官网
  • Conzole:对 JavaScript 原生 console 对象方法和功能进行封装的 debug 面板,使其显

示在页面内。官网

  • console.log-wrapper:将日志清晰地记录到 console,且兼容所有浏览器。[官网]

(https://github.com/patik/console.log-wrapper)

  • loglevel:最轻量的 JavaScript 日志记录工具库,向封装后可用的 console.log 方法增

加可靠的日志等级。官网

  • minilog:轻量的、用流式 API 显示的、可用于客户端和服务器端的日志记录库。[官网]

(http://mixu.net/minilog/)

正则表达式

  • RegEx101:在线的 JavaScript 正则表达式测试器和调试器。同时支持 Python、PHP 和

PCRE。官网

  • RegExr:用于创建、测试和学习正则表达式的 HTML/JS 工具。[官网]

(http://regexr.com/)

  • RegExpBuilder:使用链式方法创建正则表达式。[官网]

(https://github.com/thebinarysearchtree/regexpbuilderjs)

媒体

  • Ion.Sound:可用于任何网页上简单音频。官网

语音命令

  • annyang:向网站添加语音命令的语音识别库。[官网]

(https://github.com/TalAter/annyang)

  • voix.js:向网站、app 或游戏添加语音命令的 JavaScript 库。[官网]

(https://github.com/pazguille/voix)

API

  • bottleneck:强大的频率限制器,使调节流量变得更容易。[官网]

(https://github.com/SGrondin/bottleneck)

  • oauth-signature-js:适用于 node 和 浏览器的 OAuth 1.0a 签名生成器。[官网]

(https://github.com/bettiolo/oauth-signature-js)

  • amygdala:为 Web 应用提供 RESTful HTTP 客户端解决方案。[官网]

(https://github.com/lincolnloop/amygdala)

  • jquery.rest:一个让 RESTful API 更易使用的 jQuery 插件。[官网]

(https://github.com/jpillora/jquery.rest)

视觉检测

  • tracking.js:在 web 上实现计算视觉的一种现代方法。[官网]

(https://github.com/eduardolundgren/tracking.js)

  • ocrad.js:通过 Emscripten 用 JavaScript 实现 OCR(光学字符识别)。[官网]

(https://github.com/antimatter15/ocrad.js)

浏览器检测

  • bowser:一个浏览器检测器。官网

UI

代码高亮

  • Highlight.js:JavaScript 语法高亮器。[官网]

(https://github.com/isagalaev/highlight.js)

  • PrismJS:轻量、健壮和优雅的语法高亮器。官网

加载状态

指示加载状态的库。

  • Mprogress.js:创建谷歌 Material 设计风格的线性进度条。[官网]

(https://github.com/lightningtgc/MProgress.js)

  • NProgress:在 Ajax'y 应用显示细长型进度条[官网]

(http://ricostacruz.com/nprogress/)

  • Spin.js:一个旋转的进度指示器。官网
  • progress.js:为页面任何对象创建和管理进度条。[官网]

(https://github.com/usablica/progress.js)

  • progressbar.js:用 SVG path 动画制作的、漂亮和响应式的进度条。[官网]

(https://github.com/kimmobrunfeldt/progressbar.js)

  • pace:自动向你的网站添加一个进度条。官网
  • topbar:小巧漂亮的、与网站同宽的进度指示器。[官网]

(https://github.com/buunguyen/topbar)

  • nanobar:非常轻量的进度条。不依赖 jQuery。[官网]

(https://github.com/jacoborus/nanobar)

  • PageLoadingEffects:使用 SVG 动画展现新内容的现代方式。[官网]

(https://github.com/codrops/PageLoadingEffects)

  • SpinKit:运用 CSS 动画的加载指示器集合。[官网]

(https://github.com/tobiasahlin/SpinKit)

  • Ladda:内置在按钮的加载指示器。官网
  • css-loaders:运用 CSS 动画的旋转加载指示器的集合。[官网]

(https://github.com/lukehaas/css-loaders)

除了上述这些库,还有收藏在 Codepen 的,另外

还有 AjaxloadPreloaders

CSSLoad 这些生成器。

验证

  • Parsley.js:不用写一行 JavaScript 代码即可在前端验证表单。[官网]

(https://github.com/guillaumepotier/Parsley.js)

  • jquery-validation:jQuery 验证插件。[官网]

(https://github.com/jzaefferer/jquery-validation)

  • validator.js:字符串验证和过滤(在使用用户输入之前清理用户输入中的有害或危险字符

的操作)。官网

  • validate.js:受 CodeIgniter 启发的轻量表单验证 JavaScript 库。[官网]

(https://github.com/rickharrison/validate.js)

  • validatr:跨浏览器的 HTML5 表单验证库。[官网]

(https://github.com/jaymorrow/validatr/)

  • BootstrapValidator:是验证表单域中最好的 jQuery 插件。要与 Bootstrap 3 一起使用

官网

  • is.js:检查类型、正则表达式、是否存在、时间等。

官网

  • FieldVal:多用途验证库。同时支持同步和异步验证。[官网]

(https://github.com/FieldVal/fieldval-js)

键盘封装器

  • mousetrap:处理键盘快捷键的 JavaScript 库。[官网]

(https://github.com/ccampbell/mousetrap)

  • keymaster:定义和调度键盘快捷键的小型库。[官网]

(https://github.com/madrobby/keymaster)

  • Keypress:键入捕捉工具库,任何键都可以成为一个修饰健。[官网]

(https://github.com/dmauro/Keypress)

  • KeyboardJS:一个用于绑定键盘组合的 JavaScript 库,让你脱离快捷键和快捷键组合冲突

的痛苦。官网

  • jquery.hotkeys:jQuery Hotkeys 能让你在代码任何的地方监听键盘事件,并几乎支持所

有按键组合。官网

  • jwerty:令人惊叹的键盘事件处理库。官网

浏览和引导

  • intro.js:这是一个介绍新功能的很好方式,能一步步地引导用户浏览你的网站和项目。[

官网](https://github.com/usablica/intro.js)

  • shepherd:通过引导让用户浏览你的应用程序。[官网]

(https://github.com/HubSpot/shepherd)

  • bootstrap-tour:应用 Twitter Bootstrap 弹出框对产品进行快速简单的引导。[官网]

(https://github.com/sorich87/bootstrap-tour)

  • tourist:简单、灵活的应用引导介绍库。官网
  • chardin.js:简单的应用遮罩层介绍。官网
  • pageguide:使用 jQuery 和 CSS3 的 web 页面元素交互引导库。[官网]

(https://github.com/tracelytics/pageguide)

  • hopscotch:让开发者更容易向其页面产品添加引导的框架。[官网]

(https://github.com/linkedin/hopscotch)

  • joyride:基于 jQuery 的功能引导插件。官网
  • focusable:通过向页面其余部分添加遮罩层,使焦点聚集在特定 DOM 元素。[官网]

(https://github.com/zzarcon/focusable)

通知

  • messenger:为你的应用添加 Growl-style 弹框和信息(Crowl 是 Mac OS X 下的一个通知

系统)。官网

  • noty:jQuery 通知插件。官网
  • pnotify:适用于 Bootstrap、jQuery UI 和 Web Notifications Draft 的 JavaScript 通

知库。官网

  • toastr:用来显示简单的,会自动到期的信息窗口)简单的弹出框通知([toast

notifications](http://ux.stackexchange.com/questions/11998/what-is-a-toast-

notification)官网

  • humane-js:一个简单、时髦的浏览器通知系统。[官网]

(https://github.com/wavded/humane-js)

  • smoke.js:与框架无关的、能够自定义样式的 JavaScript 弹框系统。[官网]

(https://github.com/hxgf/smoke.js)

幻灯片

  • Swiper:使用硬件加速过渡的移动设备触控滑块框架。[官网]

(https://github.com/nolimits4web/Swiper)

  • slick:你所需要的最后一个轮播插件。官网
  • slidesJs:响应式的 jQuery(1.7.1+)幻灯片插件,具有触摸、 CSS3 过渡等特性。[官网

](http://www.slidesjs.com/)

  • FlexSlider:一款令人惊叹的、全响应式的幻灯片 jQuery 插件。[官网]

(https://github.com/woothemes/FlexSlider)

  • unslider:最简单的幻灯片 jQuery 插件。官网
  • colorbox:轻量、可自定义的灯箱 jQuery 插件。[官网]

(https://github.com/jackmoore/colorbox)

  • fancyBox:提供了良好优雅的方式,为页面上的图片、html 内容和多媒体添加缩放功能的

工具。官网

  • sly:基于项导航的、支持单向滚动的 JavaScript 库。[官网]

(https://github.com/darsain/sly)

  • vegas:向页面添加漂亮的全屏背景的 jQuery 插件,甚至允许幻灯片。[官网]

(https://github.com/jaysalvat/vegas)

  • Sequence:用于创建响应式的幻灯片、演示、旗帜广告和以步骤为基础的应用的 CSS 动画

框架。官网

  • baguetteBox.js:易于使用的、用纯 JavaScript 实现的遮罩层脚本。[官网]

(https://github.com/feimosi/baguetteBox.js)

  • reveal.js:用 HTML 创建漂亮演示控件的框架。[官网]

(https://github.com/hakimel/reveal.js)

  • PhotoSwipe:适用于移动设备和桌面电脑的、模块化和不无依赖框架的 JavaScript 画廊控

件。官网

  • jcSlider:用 CSS 动画实现的响应式幻灯片 jQuery 插件。[官网]

(https://github.com/JoanClaret/jcSlider)

  • basic-jquery-slider:易于使用、指定主题和定制化。[官网]

(https://github.com/jcobb/basic-jquery-slider)

  • unslider: 这是最简单的幻灯片 jQuery 插件。[官网]

(https://github.com/idiot/unslider)

  • viewerjs:原生js实现的图片查看器。[官网]

(https://fengyuanchen.github.io/viewerjs/)

  • jQuery.adaptive-slider:带有自适应颜色标题和导航的幻灯片 jQuery 插件。[官网]

(https://github.com/creative-punch/jQuery.adaptive-slider/)

  • slidr:可添加一些幻灯片效果。官网
  • Flickity:可触摸的、响应式的和可轻弹的画廊。[官网]

(https://github.com/metafizzy/flickity)

滑块控件

  • Ion.RangeSlider:强大的、易于自定义的范围滑块选择库,支持很多配置和皮肤。[官网]

(https://github.com/IonDen/ion.rangeSlider)

  • jQRangeSlider:支持日期的滑块选择库。[官网]

(https://github.com/ghusse/jQRangeSlider)

  • noUiSlider:轻量无冗余的、高度定制化的滑块选择库。[官网]

(https://github.com/leongersen/noUiSlider)

  • rangeslider.js:HTML5 input 区域滑块元素。[官网]

(https://github.com/andreruffert/rangeslider.js)

表单组件

输入

  • typeahead.js:快速的、功能齐全的自动补全库。[官网]

(https://github.com/twitter/typeahead.js)

  • tag-it:处理多标签字段以及标签建议/自动完成的 jQuery UI 插件。[官网]

(https://github.com/aehlke/tag-it)

  • At.js:向你的应用添加类似 Github 的自动完成提示功能。[官网]

(https://github.com/ichord/At.js)

  • Placeholders.js:JavaScript 补全 HTML5 占位符的属性。[官网]

(https://github.com/jamesallardice/Placeholders.js)

  • fancyInput:利用 CSS3 效果让输入更有趣。[官网]

(https://github.com/yairEO/fancyInput)

  • jQuery-Tags-Input:利用这个 jQuery 插件,可奇妙地将一个简单的文本输入转换成一个

酷酷的标签列表。官网

  • vanilla-masker:一个纯 JavaScript 实现的输入控制库。[官网]

(https://github.com/BankFacil/vanilla-masker)

  • Ion.CheckRadio:一个为复选框和单选按钮添加样式的 jQuery 库,支持多种皮肤。[官

网](https://github.com/IonDen/ion.checkRadio)

日历

  • pickadate.js:对移动设备友好的、响应式的和轻量的 jQuery 日期 & 时间输入选择

器。官网

  • bootstrap-datepicker:基于 bootstrap 的日历选择器。[官网]

(https://github.com/eternicode/bootstrap-datepicker)

  • Pikaday:一个崭新的 JavaScript 日期选择器 —— 轻量、无依赖和模块化的 CSS。[官网

](https://github.com/dbushell/Pikaday)

  • fullcalendar:全尺寸、支持拖放事件的日历(jQuery 插件)。[官网]

(https://github.com/fullcalendar/fullcalendar)

  • rome:可定制的日期(和时间)选择器。无依赖,可选 UI。[官网]

(https://github.com/bevacqua/rome)

  • datedropper: datedropper 是一个 jQuery 插件,它提供了快速简易的方式去管理日期输

入框。官网

选择

  • selectize.js:Selectize 是文本框和选择框的混合体。它基于jQuery,拥有自动完成和键

盘感应下拉列表功能,可用于标签、联系人列表等。[官网]

(https://github.com/brianreavis/selectize.js)

  • select2:它基于 jQuery,是选择框(select box)的替代品。支持搜索、远程数据集和无

限滚动。官网

  • chosen:可以让冗长不便的选择框更友好的库。[官网]

(https://github.com/harvesthq/chosen)

文件上传

  • jQuery-File-Upload:File Upload 是一个支持多文件选择、文件拖放、进度条、验证和图

片、音频、视频预览的 官网jQuery

插件。

  • dropzone:Dropzone 是一个易于使用且支持多文件拖放的库。其支持图片预览并且拥有很

好的进度条效果。官网

  • flow.js:一个通过 HTML5 的 File API ,提供多个同时链接的、稳定的、容错的、可恢复

的/可重新开始的文件上传库。官网

  • fine-uploader:一个带有进度条、拖放功能和支持直接上传到 S3 (Amazon Simple

Storage Service,亚马逊简易存储服务)的多文件上传插件。[官网]

(https://github.com/FineUploader/fine-uploader)

  • FileAPI:JavaScript 文件工具集合。支持多文件上传、拖放和文件分块上传。对于图像,

支持裁剪、调整大小和根据 EXIF 自动调整方

向。官网

  • plupload:处理文件上传的 JavaScript [官网]

(https://github.com/moxiecode/plupload)API,其支持多文件选择、文件类型过滤、分块请

求、客户端图片缩放和根据不同的运行环境选择 HTML5、Silverlight 和 Flash。

其它

  • form:jQuery 表单插件。官网
  • Garlic.js:自动在本地保存表单文本和选择框的值,直到表单被提交。[官网]

(https://github.com/guillaumepotier/Garlic.js)

  • Countable:对某个 HTML 元素包含文本的段落数、单词数和字符数进行统计的 JavaScript

函数。官网

  • card:只需一行代码,让信用卡表单变得更友好。[官网]

(https://github.com/jessepollak/card)

  • stretchy:自适应大小的 form 元素,表单本应该是这样的。[官网]

(https://github.com/LeaVerou/stretchy)

  • list.js:向表格、列表等 HTML 元素添加搜索、排序、过滤和自适应功能的库。在已有

HTML 上增加可视化。 官网

提示

  • tipsy:基于 jQuery 的 Fackbook 风格的提示工具(tooltip)。[官网]

(https://github.com/jaz303/tipsy)

  • opentip:开源且基于 prototype 框架的 JavaScript 工具提示库。[官网]

(https://github.com/enyo/opentip)

  • qTip2:非常强大的工具提示库。官网
  • tooltipster:一个工具提示 jQuery 插件。[官网]

(https://github.com/iamceege/tooltipster)

  • simptip:用 Sass 制作的、简单的工具提示。[官网]

(https://github.com/arashmanteghi/simptip)

  • jquery-popup-overlay:是一个响应式的和可访问性强的模态框(modal)和工具提示框

jQuery 插件。官网

模态框和弹出框

  • Magnific-Popup:专注于性能、轻量、响应式的灯箱(lightbox)脚本。[官网]

(https://github.com/dimsemenov/Magnific-Popup)

popbox)

  • jquery.avgrund.js:一种新的定于弹出的模态框 jQuery 插件。[官网]

(https://github.com/voronianski/jquery.avgrund.js)

  • vex:新的、拥有高度可配置和易于改变样式功能的对话框库。[官网]

(https://github.com/HubSpot/vex)

  • bootstrap-modal:对 Bootstrap 默认的模态框类进行扩展。其支持响应式、可堆叠和

ajax 等。官网

  • css-modal:纯 CSS 打造的模态框。官网
  • jquery-popup-overlay:是一个响应式的和可访问性强的模态框和工具提示框(tooltips)

jQuery 插件。官网

滚动

  • scrollMonitor:滚动发生时,可以监听元素的、简单、快速的 API。[官网]

(https://github.com/sakabako/scrollMonitor)

  • headroom:除非你需要显示页面头部(header),否则将隐藏它,以腾出页面头部空间。[

官网](https://github.com/WickyNilliams/headroom.js)

  • onepage-scroll:创建一个类似 Apple 的单页面滚动网站(iPhone 5S 网站)。[官网]

(https://github.com/peachananr/onepage-scroll)

  • iscroll:高性能、轻量、无依赖、兼容多平台的 JavaScript 滚动组件。[官网]

(https://github.com/cubiq/iscroll)

  • skrollr:独立(不依赖 jQuery) 的视差滚动库,适用于移动设备(Android + iOS)和桌

面电脑。官网

  • parallax:面向智能设备的视差引擎。官网
  • stellar.js:让视差滚动变简单。[官网]

(https://github.com/markdalgleish/stellar.js)

  • plax:基于 jQuery 的视差库。官网
  • jparallax:创建可交互视差效果的 jQuery 插件。[官网]

(https://github.com/stephband/jparallax)

  • fullPage:简单和易于使用的、用于创建全屏滚动网站的插件(也被称为单页面网站)。[

官网](https://github.com/alvarotrigo/fullPage.js)

yadav/ScrollMenu)

菜单

  • jQuery-menu-aim:当用户光标放在特定下拉菜单项时触发事件。可制作响应式的、大数据

量的下拉菜单,如 Amazon 的。官网

  • jQuery contextMenu:右键菜单(contextMenu) 管理工具。[官网]

(https://github.com/swisnl/jQuery-contextMenu)

  • Slideout:为移动设备的 web 应用制作出响应式的、可触摸滑出的导航菜单。[官网]

(https://github.com/mango/slideout)

  • Slide and swipe:一个基于 touchSwipe 库的滑出菜单插件。[官网]

(https://github.com/JoanClaret/slide-and-swipe-menu)

表格/栅格

  • jTable:基于 CRUD 表创建 AJAX 的 jQuery 插件。[官网]

(https://github.com/hikalkan/jtable)

  • DataTables:这是一个非常灵活的工具,在渐进增强的基础上,将高级的交互效果加到

HTML 表格。(jQuery 插件)官网

  • floatThead:(jQuery 插件)锁定表格头部,只允许表格内容滚动。适用于任何表格,而

且不需要额外的 html 或 css。官网

  • Masonry:瀑布流式的网格布局库。官网
  • Packery:使用装箱算法(bin-packing)的网格布局库。支持拖拽布局。[官网]

(http://packery.metafizzy.co/)

  • Isotope:可过滤和可排序的网格布局的库,它能实现 Masonry、Packery 等布局。[官网]

(http://isotope.metafizzy.co/)

框架

  • Semantic UI:拥有大量主题和元素的 UI 套件。官网

手势

  • hammer.js:拥有多种触摸手势的 JavaScript 库。[官网]

(https://github.com/hammerjs/hammer.js)

  • touchemulator:在桌面电脑模仿触摸输入。[官网]

(https://github.com/hammerjs/touchemulator)

  • Dragula:超级易于使用的拖拽库。官网

触摸

  • fastclick.js:去除触屏用户300ms点击延误。[官网]

(https://github.com/ftlabs/fastclick)

  • dropload.js:移动端下拉刷新,上拉加载更多。[官网]

(https://github.com/ximan/dropload)

  • touchslide.js:触屏滑动特效。官网

地图

  • Leaflet:对移动设备友好的、可交互的地图 JavaScript 库。[官网]

(https://github.com/Leaflet/Leaflet)

  • Cesium:开源的、基于 WebGL 实现的虚拟地球仪和地图引擎。[官网]

(https://github.com/AnalyticalGraphicsInc/cesium)

  • gmaps:以最简单的方式使用 Google 地图。官网
  • polymaps:一个免费的、兼容现代 web 浏览器的、用于制作动态可交互的地图 JavaScript

库。官网

  • kartograph.js:开源的 Kartograph SVG 地图渲染器。[官网]

(https://github.com/kartograph/kartograph.js)

  • mapbox.js:Mapbox 的 API,Leaflet 的插件。[官网]

(https://github.com/mapbox/mapbox.js)

  • jqvmap:矢量地图 jQuery 插件。[官网]

(https://github.com/manifestinteractive/jqvmap)

  • OpenLayers3:高性能的、功能丰富的库,能满足你对地图所有需求。[官网]

(http://openlayers.org/)

视频/音频

  • prettyembed.js:更完美地嵌入 YouTube —— 拥有很好的选项,如高分辨率的预览图、嵌

入选项的高级定制和可选的 [官网](https://github.com/mike-

zarandona/prettyembed.js)FitVids 支持。

  • html5media:能在所有主流浏览器播放多媒体标

签中定义的多媒体文件。官网

  • Play-em JS:Play'em 是一个 JavaScript 组件,它能管理音乐/视频播放顺序,通过在一

个 DIV 元素里嵌入几个播放器(Youtube、Soundcloud 和 Vimeo)来控制一系列歌曲的播放

官网

  • polyplayer:将 YouTube、Soundcloud 和 Vimeo 播放器的 API 统一成一套。[官网]

(https://github.com/Acconut/polyplayer)

  • flowplayer: HTML5 视频播放器 官网

About

JS的一些整理,包含分页插件等

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors