mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 12:18:02 -08:00
@@ -31,6 +31,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
|
|||||||
* [Voice Command](#voice-command)
|
* [Voice Command](#voice-command)
|
||||||
* [API](#api)
|
* [API](#api)
|
||||||
* UI
|
* UI
|
||||||
|
* [Code Highlighting](#code-highlighting)
|
||||||
* [Loading Status](#loading-status)
|
* [Loading Status](#loading-status)
|
||||||
* [Validation](#validation)
|
* [Validation](#validation)
|
||||||
* [Keyboard Wrappers](#keyboard-wrappers)
|
* [Keyboard Wrappers](#keyboard-wrappers)
|
||||||
@@ -226,6 +227,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
|
|||||||
* [mori](http://swannodette.github.io/mori/) - A library for using ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript.
|
* [mori](http://swannodette.github.io/mori/) - A library for using ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript.
|
||||||
* [buckets](https://github.com/mauriciosantos/buckets) - A complete, fully tested and documented data structure library written in JavaScript.
|
* [buckets](https://github.com/mauriciosantos/buckets) - A complete, fully tested and documented data structure library written in JavaScript.
|
||||||
* [immutable-js](https://github.com/facebook/immutable-js) - Immutable Data Collections including Sequence, Range, Repeat, Map, OrderedMap, Set and a sparse Vector.
|
* [immutable-js](https://github.com/facebook/immutable-js) - Immutable Data Collections including Sequence, Range, Repeat, Map, OrderedMap, Set and a sparse Vector.
|
||||||
|
* [hashmap](https://github.com/flesler/hashmap) - Simple hashmap implementation that supports any kind of keys.
|
||||||
|
|
||||||
|
|
||||||
## Date
|
## Date
|
||||||
@@ -344,6 +346,12 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
|
|||||||
* [oauth-signature-js](https://github.com/bettiolo/oauth-signature-js) - JavaScript OAuth 1.0a signature generator for node and the browser.
|
* [oauth-signature-js](https://github.com/bettiolo/oauth-signature-js) - JavaScript OAuth 1.0a signature generator for node and the browser.
|
||||||
|
|
||||||
|
|
||||||
|
## Code highlighting
|
||||||
|
|
||||||
|
* [Highlight.js](https://github.com/isagalaev/highlight.js) - Client-side code highlighting.
|
||||||
|
* [PrismJS](http://prismjs.com/) - Yet another one.
|
||||||
|
|
||||||
|
|
||||||
## Loading Status
|
## Loading Status
|
||||||
*Libraries for indicate load status.*
|
*Libraries for indicate load status.*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user