Submit your widget
103
Yays

lovely 3D Animation With jQuery and CSS3

Views 13284   downloads 1790   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 14814   downloads 2489   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 16450   downloads 2505   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 24360   downloads 4501   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 14328   downloads 2243   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 20815   downloads 2681   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 31322   downloads 5229   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 7403   downloads 1494   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 37771   downloads 8010   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 22246   downloads 2730   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…

193
Yays

jQuery CSS3 a Mega Drop-Down Menu

Views 31784   downloads 5289   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 8120   downloads 1925   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 30343   downloads 4210   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;…

107
Yays

jQuery cool Polaroid Photobar Gallery

Views 14815   downloads 2405   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 11567   downloads 1771   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…