Submit your widget
104
Yays

lovely 3D Animation With jQuery and CSS3

Views 13449   downloads 1844   Layout & Interface

CSS Animations/Transitions So far it’s really only Webkit that supports these. Everything is optimised for fairly non-interactive content, animations are defined ahead of time, not very dynamic.…

113
Yays

Jquery And CSS3 Virtual Light Table With Draggable Photos

Views 15007   downloads 2549   Image Effects

how to use CSS3 and jQuery to create a nice-looking virtual light table with draggable photos. A traditional light table is a flat illuminated panel that you can place transparent slides on for viewing.…

108
Yays

SIDEWAYS –cool fullscreen image gallery with jQuery css3

Views 16583   downloads 2565   Slideshow & Scroller

A simple, yet elegant fullscreen image gallery created with the jQuery framework and some simple CSS. SIDEWAYS image gallery is made by implementation of some previous scripts/tutorials posted on this…

139
Yays

Beautiful custom content scroller with jquery

Views 24516   downloads 4579   Slideshow & Scroller

A custom content scroller created with jquery and css that supports mousewheel, scroll easing and has a fully customizable scrollbar. The script utilizes jQuery UI and Brandon Aaron jquery mousewheel…

107
Yays

jquery slick Horizontal page tabs animation

Views 14449   downloads 2302   Tabs

Horizontal page animation with easing using jquery. A very simple and basic tutorial on how to animate content horizontaly using just a few lines of javascript. Start by loading the jquery library by…

121
Yays

Multi Style jQuery images gallery

Views 20916   downloads 2738   Slideshow & Scroller

How to use To create image gallery on your html webpage, you should encapsulate all gallery images into a block element (ex. "div") with specified width and height properties. Galileory script would automaticly…

233
Yays

Super Cool jquery floating menu

Views 31466   downloads 5289   Menu & Navigation

A simple menu that “follows” page scrolling and expands on mouse over with css and jquery.

93
Yays

jQuery Style tooltips plugin

Views 7511   downloads 1553   Tooltips

Small in size (3kb) script to enhance the look of tooltips. It works just like browser’s native tooltips with few options and styling via CSS. By default, the script applies to any element with…

284
Yays

jQuery Countdown Image Slider Plugin

Views 37951   downloads 8073   Slideshow & Scroller

Note: Works best in Chrome, Safari, FF3.5+ (but is tested for IE7+, FF3.5+, Chrome and Safari) Most jQuery image sliders hover at around 8 kbs for minified versions, and around 15kbs or more for uncompressed…

108
Yays

jQuery Awesome modal Navigation Menu

Views 22420   downloads 2793   Menu & Navigation

We have a horizontal menu with a few categories. Each category has multiple subcategories and each such subcategory may contain a random number of products. For easier and faster movement of users thorough…

195
Yays

jQuery CSS3 a Mega Drop-Down Menu

Views 31915   downloads 5363   Menu & Navigation

Mega drop-down menus are not actually new, but more and more we see them on popular websites and blogs. With the ever increasing quantity of content on the web we have to figure out solutions to display…

98
Yays

animated menu with Sprites and jQuery

Views 8236   downloads 1987   Menu & Navigation

Sprites are widely used on big sites (Yahoo!, Google, Amazon and more) but rarely for “normal” projects. I think this is due to two questions that usually stop us when it comes to learn something…

179
Yays

Beautiful Coverflip with jQuery

Views 30485   downloads 4280   Slideshow & Scroller

jCoverflip depends upon: jQuery version 1.3 or later jQuery UI 1.7.2 (only the core of jQuery UI is required and the themes are not used) Add the styles to your site: .ui-jcoverflip { position: relative;…

110
Yays

jQuery cool Polaroid Photobar Gallery

Views 14935   downloads 2468   Slideshow & Scroller

we are going to create an image gallery with a Polaroid look. We will have albums that will expand to sets of slightly rotated thumbnails that pop out on hover. The full image will slide in from the bottom…

133
Yays

Annotation Overlay Effect with jQuery

Views 11699   downloads 1823   Image Effects

we will create a simple overlay effect to display annotations in e.g. portfolio items of a web designers portfolio. The Markup The HTML is pretty simple: we have a main “portfolio” wrapper…