Sco.js - A twitter bootstrap javascript extension

Sco.js is a twitter bootstrap javascript extension. It's 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.  

Nod - A frontend validation jQuery plugin

Nod is a jQuery plugin that gives you frontend validation for forms. It defaults to the structure that bootstrap uses for its forms. Nod is designed to:  Keep validation away from the fields to keep the html clean and simple Work with selectors so you can target more fields with just one "rule" Be flexible. You can easily define your own functions to validate for (and many other things) Be extensible. If you look in the source code, it should be fairly easy to add new rules or remove/add fun

Apprise - attractive alert alternative for jQuery

Apprise is the new and improved attractive alert alternative for jQuery. And the options can be changed to suit your requirements easily. var settings = { animation: 700, // Animation speed buttons: { confirm: { action: function() { $me.dissapear(); }, // Callback function className: null, // Custom class name(s) id: 'confirm', // Element ID text: 'Ok', // Button text } }, input: false, // input dialog override: true, // Override browser navigation while Apprise is visible

AttC - convert html table to Google Charts automatically

AttC( Auto table to chart ) is a jQuery based javascript plugin that converts a standard HTML table to Google visualization chart and displays it on the page. It currently converts a table to one of these google charts: bar, column, area, line and pie.  

Inputosaurus Text - allows an input element to have multiple values

Inputosaurus Text is an <input> that allows for multiple delimited values, parse hooks, autocomplete, keyboard shortcuts, etc. It represents (and is instantiated on) a text <input>.  This new input allows for multiple values that appear to be contained within a single input element. All values are separated via a delimiter of your choosing and placed back as the original input's value.  

Leaflet - An Open-Source JavaScript Library for Mobile-Friendly Interactive Maps

Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps.  It is designed with simplicity, performance and usability in mind. It works efficiently across all major desktop and mobile platforms out of the box, taking advantage of HTML5 and CSS3 on modern browsers while still being accessible on older ones. It can be extended with a huge amount of plugins, has a beautiful, easy to use and well-documented API and a simple, readable source code.   

Animelt - The jQuery plugin for complex animations

Animelt is a jQuery plugin for complex animations, and it's easy to use. <script src="assets/animelt.min.js"></script> <script type="text/javascript"> $("div").animelt({ width: "40px", border: "2px solid #000" }, 1000, function(){ console.log("It's finished!"); }); // fantastic $("div").animelt({ transform: "rotateX(30deg) rotateY(120deg)" }, 600); // incredible </script>

multi-select.js - a user-friendlier drop-in replacement for the standard &lt;select&gt; with multiple attribute activated

multi-select.js is a user-friendlier drop-in replacement for the standard <select> with multiple attribute activated.   multi-select.js - Features: Free (under WTFPL license) Works in an unobtrusive fashion Fully open sourced Keyboard support Provides some callbacks Fully customizable via CSS Depends on jQuery 1.8+ Tiny code ~8kb minified  

Photobox - A lightweight CSS3 image and video gallery that is pretty to look and and easy to use

Photobox is a lightweight image gallery modal window script which uses only CSS3 for silky-smooth animations and transitions, utilizes GPU rending, which can be completely controlled and themed directly from the CSS.   Benefits: Lightweight! Both script & CSS are no more than 10k each (minified, no gzip) Silky-smooth, hardware accelerated, CSS3 transitions and animations (for better performance) Support videos via iframe embedding Stunning UI and user-friendly UX Built so everything c

Mobi Pick - an Android-style datepicker widget for jQuery Mobile

Mobi Pick is an Android-style datepicker widget for jQuery Mobile. It uses the date library XDate and allows progressive enhancement for date input fields using Modernizr. Released under MIT license.