1
0
Fork 0
mirror of https://github.com/sbrl/thebigwarehouse.git synced 2018-01-10 21:33:45 +00:00
TheBigWarehouse/BigBoxOfJavascript.md

1.1 KiB

The Big Box of Javascript

Searching

  • lunr.js - A lightweight search engine to use
  • Defiant.js - Search JSON structures with XPath expressions
  • Awesomplete - Ultra lightweight autocomplete engine with no dependencies
  • Olly.js - Rich snippets engine

Progress bars

Input tools

  • Keypress - Simple but powerful keyboard input library
  • Squire - Turn a simple <textarea /> into a rich text editor

Services and tools

  • js.org - Free subdomains for Javascript projects
  • Regexper - Regular Expression visualiser