Javascript

Sco.js Library – Javascript Extensions for Twitter Bootstrap

A collection of jQuery plugins for the web. Inspired by Twitter Bootstrap js components, Sco.js plugins can be used as replacement for the bootstrap js. You can find a different approach for some of the bootstrap js as well as other plugins that don’t exist in bootstrap. Sco.js uses much less HTML markup than bootstrap and provides sane and intuitive defaults for its options so that you can get started in no time. Demo: http://terebentina.github.io/sco.js/ Download: https://github.com/terebentina/sco.js/archive/master.zip

Mini AJAX File Upload Form

An AJAX file upload form, that will let visitors upload files from their browsers with drag/drop or by selecting them individually. For the purpose, we will combine the powerful jQuery File Upload plugin with the neat jQuery Knob to present a slick CSS3/JS driven interface. Demo: http://demo.tutorialzine.com/2013/05/mini-ajax-file-upload-form/ Download: http://demo.tutorialzine.com/2013/05/mini-ajax-file-upload-form/mini-upload-form.zip

jQuery Image Picker – Transforms Select Elements Into Graphical Interface

Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface. Features: Works great on both single and multiple select elements. Falls back nicely for clients without JavaScript enabled. Integrates nicely with Twitter’s Bootstrap markup. Demo: http://rvera.github.io/image-picker/ Download: https://github.com/rvera/image-picker/archive/master.zip

Two.js – 2D Drawing Api For Modern Browsers

Two.js is a two-dimensional drawing api geared towards modern web browsers. It is renderer agnostic enabling the same api to draw in multiple contexts: svg, canvas, and webgl. Demo: http://jonobr1.github.io/two.js Download: http://jonobr1.github.io/two.js/#download

Timejump – Add Deep Links To HTML5 Audio and Video Podcasts

TimeJump is a javascript library that adds deep-linking to HTML5 audio and video podcasts. TimeJump works behind-the-scenes to create a standardized API for seeking, based off the YouTube deep-linking syntax. Homepage: http://davatron5000.github.io/TimeJump/ Download: https://github.com/davatron5000/TimeJump/archive/master.zip

FPSMeter – Sexy and Fast FPS Meter with Javascript

FPSMeter is a simple JavaScript library for sexy, fast, and themable FPS meter. FPSMeter can measure: frames per second number of milliseconds between frames number of milliseconds it takes to render one frame FPSMeter rendering is optimized and chained to requestAnimationFrame (with a polyfill for older browsers), so it should be as smooth and as fast as possible. It also supports multiple instances on one page, has show/hide methods that also pause the meter rendering, and color heatmaps that make themes even more pretty! Home Page: https://github.com/Darsain/fpsmeter Download: https://github.com/Darsain/fpsmeter/archive/master.zip