iScroll - smooth scrolling for the web

iScroll is a high performance, small footprint, dependency free, multi-platform javascript scroller. It works on desktop, mobile and smart TV. It has been vigorously optimized for performance and size so to offer the smoothest result on modern and old devices alike. iScroll does not just scroll. It can handle any element that needs to be moved with user interaction. It adds scrolling, zooming, panning, infinite scrolling, parallax scrolling, carousels to your projects and manages to do that in

OriDomi - Fold up DOM elements like paper

OriDomi is a javascript library for folding up HTML DOM elements.   OriDomi - Features: zero dependencies fully responsive sizing works with media queries ~20k minified animation queueing iOS compatible touch & mouse handlers fluent interface animation callbacks optional jQuery plugin  

Bootstrap Lightbox - A simple lightbox plugin based on the bootstrap modal plugin

Bootstrap Lightbox is a simple lightbox plugin based on the bootstrap modal plugin.  

jQuery Infinite Carousel - allows you to showcase any number of images and videos in a carousel-like fashion

The Infinite Carousel is a jQuery plugin that allows you to showcase any number of images and videos in a carousel-like fashion. Unlike some other carousels, the Infinite Carousel displays items in a continuous loop no matter how you navigate.   jQuery Infinite Carousel - Features: It’s just 11 Kb compressed Displays image and videos Captions and links New thumbnail options Cool new circular ring timer Keyboard navigation Callback functions No browser lag caused by moving between tabs

jQuery.serializeJSON - Serialize an HTML Form to a JavaScript Object, supporting nested attributes and arrays

jQuery.serializeJSON adds the method .serializeJSON() to jQuery (or Zepto) that serializes an HTML form into a JavaScript Object with the same format as the default Ruby on Rails request params hash.  

Freeow! - making alerts or message boxes on your website

Freeow! is a plugin for making Growl-like alerts or message boxes on your website. You can customize the look and animation of Freeow! each time a message box appears, and you can alter other options such as whether or not to have the message box hide itself automatically.  

Photoset Grid - jQuery plugin to arrange images into a flexible grid

Photoset Grid is a simple jQuery plugin to arrange images into a flexible grid, based on Tumblr's photoset feature. Beyond the basic usage, you can set a number of optional arguments including callback functions that are useful for adding a lightbox for high resolution images.  

jQuery.kinetic - Add kinetic scrolling functionality to a container using mouse or touch devices

jQuery.kinetic is a simple plugin which adds smooth drag scrolling with gradual deceleration to containers. You can drag a mouse or use touch gestures over a container to scroll the pane. If you let go with momentum the scrolling will slow gradually.  

CircleType.js - A jQuery plugin that lets you curve type on the web

CircleType.js is a tiny jQuery plugin that lets you curve type on the web.   CircleType.js - Features: Use any font Adjust letter-spacing as usual with CSS Flip it around so it reads counter-clockwise instead Set the radius manually or let CircleType.js figure it out for you Works in fluid and responsive layouts Plays well with FitText.js  

Universal Selector: *

Pattern: *   Definition: The * selector matches the name of any element type. It is inferred if a rule does not have an explicit selector.   Examples: * { background-color: yellow; } div * p { color: blue; }