Submit your widget
103
Yays

lovely 3D Animation With jQuery and CSS3

Views 13312   downloads 1800   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.…

110
Yays

Jquery And CSS3 Virtual Light Table With Draggable Photos

Views 14841   downloads 2500   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 16474   downloads 2512   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…

138
Yays

Beautiful custom content scroller with jquery

Views 24382   downloads 4512   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…

106
Yays

jquery slick Horizontal page tabs animation

Views 14340   downloads 2252   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 20834   downloads 2690   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…

232
Yays

Super Cool jquery floating menu

Views 31351   downloads 5238   Menu & Navigation

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

92
Yays

jQuery Style tooltips plugin

Views 7417   downloads 1506   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…

283
Yays

jQuery Countdown Image Slider Plugin

Views 37800   downloads 8018   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…

107
Yays

jQuery Awesome modal Navigation Menu

Views 22273   downloads 2743   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…

194
Yays

jQuery CSS3 a Mega Drop-Down Menu

Views 31799   downloads 5302   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 8137   downloads 1936   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…

178
Yays

Beautiful Coverflip with jQuery

Views 30367   downloads 4223   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;…

108
Yays

jQuery cool Polaroid Photobar Gallery

Views 14834   downloads 2418   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…

132
Yays

Annotation Overlay Effect with jQuery

Views 11587   downloads 1780   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…