Skip to content

Instantly share code, notes, and snippets.

@sveneisenschmidt
Created January 18, 2013 09:33
Show Gist options
  • Save sveneisenschmidt/4563434 to your computer and use it in GitHub Desktop.
Save sveneisenschmidt/4563434 to your computer and use it in GitHub Desktop.
JS libraries woth a look

Sparky.js

Sparky.js is a client-side application scaffold which helps those who want to have organized structure in their app, but don't want to subscribe to a particular client-side MVC framework.

http://forrst.com/posts/Sparky_js_A_client_side_Application_Scaffold-aE4

Mention.js

Lightweight wrapper for adding @user mention functionality to Twitter Bootstraps Typeahead plugin.

https://github.com/jakiestfu/Mention.js

FastClick

FastClick is a simple, easy-to-use library for eliminating the 300ms delay between a physical tap and the firing of a click event on mobile browsers. The aim is to make your application feel less laggy and more responsive while avoiding any interference with your current logic.

https://github.com/ftlabs/fastclick

accounting.js

accounting.js is a tiny JavaScript library for number, money and currency formatting, with optional excel-style column rendering (to line up symbols and decimals).

http://josscrowcroft.github.com/accounting.js/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment