jQuery

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.  

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.  

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

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

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.  

Microfiche.js - A carousel library

Microfiche.js is a carousel library made With Associates, focusing on performance, simplicity and touch.  

AnimatedScroll.js - animated document scroll to a specific element

AnimatedScroll.js is a smooth, animated document scroll to a specific element, supporting native jQuery UI easings.  

jQuery PicTip - create interactive descriptions for images

jQuery PicTip is a plugin that adds handy tooltips to your images, slideshows, sliders and more.   jQuery PicTip - Features: Easy configuration and customization Easy integration with slideshows, sliders, 360 views, and more Support for captions and bubble tooltips Add any content type to tooltips/captions Event type options (hover/click) Change tooltip position relative to spot Create spots with your own HTML markup CSS transitions/Animations are supported  Very small in size   

jQuery Cascading Dropdown - A plugin for creating cascading dropdowns

jQuery Cascading Dropdown is a simple and lighweight jQuery plugin for creating cascading dropdowns. You can set the default selected dropdown item in a dynamic dropdown scenario and combine both static and dynamic dropdowns.  

jQuery HighchartTable - transform HTML tables into nice Highcharts graphs

jQuery HighchartTable provides you a simple way to convert HTML data tables to Highcharts graphs automatically. It takes data and attributes from a table and parses them to simply create an Hightcharts chart.