Submit your widget
104
Yays

lovely 3D Animation With jQuery and CSS3

Views 13384   downloads 1821   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.…

112
Yays

Jquery And CSS3 Virtual Light Table With Draggable Photos

Views 14924   downloads 2521   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 16517   downloads 2534   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 24442   downloads 4543   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 14396   downloads 2274   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 20870   downloads 2710   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 31397   downloads 5261   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 7461   downloads 1529   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 37870   downloads 8047   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 22341   downloads 2764   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 31853   downloads 5325   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 8186   downloads 1957   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 30425   downloads 4249   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;…

109
Yays

jQuery cool Polaroid Photobar Gallery

Views 14884   downloads 2438   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 11633   downloads 1795   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…