jQuery.fullContent - Enables fully websites

jQuery.fullContent is a full window jQuery plugin.    jQuery.fullContent - Features:  Create fully containers with width and height of window Dynamic position: Each container could have vertical and horizontal position set History hash in URL Scroll animation between containers Simple configuration and easy use  

Sticky-Kit - A jQuery plugin for making smart sticky elements

Sticky-Kit is a jQuery plugin for making smart sticky elements. It provides an easy way to attach elements to the page when the user scrolls such that the element is always visible.   

jQuery.BlackAndWhite - convert any colored image into a black and white greyscale image

jQuery.BlackAndWhite can easily convert any colored image into a black and white greyscale image. It uses the the HTML5 canvas tag and a fallback for the old browsers.  

jQuery Interactive 3D - Create a 3D interactive object using images and one simple JS call

jQuery Interactive 3D let you create a 3D interactive object using several images as frames allowing the user to drag around and manipulate the image. This plugin is perfect for showcasing your product on the web.  

liScroll - a jQuery News Ticker made easy

liScroll is a jQuery plugin that transforms any given unordered list into a scrolling News Ticker.   To build your news ticker all you need is the markup: an unordered list with a unique ID <ul id="ticker01"> <li><span>10/10/2007</span><a href="#">The first thing ...</a></li> <li><span>10/10/2007</span><a href="#">End up doing is ...</a></li> <li><span>10/10/2007</span><a href="#">The cod

Slip - UI library for manipulating lists via swipe and drag gestures

Slip is a tiny library for interactive swiping and reordering of elements in lists on touch screens. It supports iOS Safari, Firefox Mobile, Chrome Mobile, Opera Mobile (Presto and Blink).   

windows - jQuery plugin for full-screen scrolling windows

windows is a handy, loosely-coupled jQuery plugin for full-screen scrolling windows.  This plugin simply opens up a handy API for position management, provides callbacks, and will allow for window snapping. No CSS is applied to the callee.  

flipGallery - a jQuery photo gallery with sleek flipping transitions between thumbnails and lightbox enlargements

flipGallery is a free jQuery powered photo gallery with sleek flipping transitions between thumbnails and lightbox enlargements. Other features include dynamic image streaming, auto pagination, auto cropping and transparent image overlay. It only takes a few minutes to set-up and the layout, speed, co-ordination and text can easily be modified in the settings.  

jQuery RS Carousel - a responsive and touch-enabled carousel

jQuery RS Carousel is a responsive and touch-enabled carousel written on top of jQuery and the jQuery UI Widget Factory providing a full and familiar API.  

onScreen - A jQuery plugin that does stuff to elements when they enter or leave the viewport

onScreen is a jQuery plugin that does stuff when the matched elements are visible (as inside the viewport).   The basic form $('element').onScreen(); will only toggle the onScreen class on the matched elements. This is optimal for CSS animations. You can set the tolerance parameter and allow the elements to enter the viewport certain amount of pixels before doing anything.   onScreen also has two methods called doIn() and, obviously, doOut() that will execute when the matched elements enter