Submit your widget
87
Yays

jQuery image zoom effect

Views 11198   downloads 1922   Image Effects

The HTML There are two DIV’s that make up the construction of each element, we first have out .item div which is the container for our image and caption. Directly inside the ‘item’ div…

116
Yays

jQuery MegaMenu

Views 15327   downloads 2633   Menu & Navigation

 the popular jQuery plugin A completely revamped JS and CSS code-base. Easier to use. (A lot simpler HTML and JS needs to be used to initiate the menu) Customizable menu show and hide effects, with…

116
Yays

A Better Blogroll Slideshow Tabs (jQuery )

Views 21498   downloads 4131   Slideshow & Scroller

A traditional blogroll is a simple list of other sites, often in the sidebar, that are related, owned by, or otherwise friendly to the home site. Blogrolls are a great idea and on-point with the spirit…

121
Yays

Custom Content Slider with jQuery

Views 15799   downloads 2964   Slideshow & Scroller

create a custom content slider. The concept behind it is pretty simple, when you click on a button, it uses jQuery scroll-To plugin to scoll the content and display the right content. 1. HTML HTML is…

91
Yays

a jQuery content feature like MailChimp

Views 11082   downloads 2200   Slideshow & Scroller

The Code Getting started with this plugin is really simple, you first need to include the cycle.js plugin.This div structure allows you to assign different background images to each slide.   You…

92
Yays

jQuery morphing slideshow gallery

Views 9745   downloads 1552   Slideshow & Scroller

A gallery that "morphs" images between transitions Html code <div class="jmorph"> <div class="imageContainer"> <div class="image"> <div class="currentImg" style> <div class="nextImg"></div>…

124
Yays

jSquares images and description hover overlay (jQuery)

Views 13127   downloads 2180   Image Effects

jSquares is a jQuery plugin that pops up an image and a description in an overlay on hover. Setting it up Make sure you’re including these files in the head of your document <script src="http://www.google.com/jsapi"…

101
Yays

Navigate into extralarge images(jQuery)

Views 12822   downloads 2358   Tabs

A photogallery for extralarg images with navigator. You can drag your extralarge image in the display by the navigator or the image itself. Enjoy yourself into images. here is the js call: $(function(){…

105
Yays

Easy slideshow Gallery for jQuery

Views 9979   downloads 2690   Slideshow & Scroller

The code used for above gallery (Easy Gallery) is: $(document).ready(function (){ $("#gallery").egallery({ width:500, height:230, speed: 1000, delay:4000, easing:'easeInOutBack', thumbs:'numbers', thumbClass:'tclass',…

95
Yays

wSlide, Text Images Scrolling plugin jquery

Views 8972   downloads 1686   Slideshow & Scroller

wSlide va vous permettre de transformer n'importe quelle liste en une sorte de visionneuse, aussi bien pour du texte que pour des images. La pagination peut être automatiquement générées,…

115
Yays

FCBKcomplete facebook-like dynamic inputs (jQuery)

Views 8630   downloads 1814   Form

Fancy facebook-like dynamic inputs with auto complete & pre added values Use:   <script language="JavaScript"> $(document).ready(function() { $.facebooklist('#elem', '#list', '#complete',{url:'ajax-url',cache:1},…

89
Yays

Flickr horizontal menu(jQuery)

Views 9367   downloads 1862   Menu & Navigation

This is  very nice, simple and useful menu, developed with jQuery. If we can use js framewords why not, jQuery it’s very easy to use for traversing the DOM. The menu can be very easy implement…

95
Yays

Middle Box Links jQuery

Views 8932   downloads 2187   Layout & Interface

It covers a variety of things I thought were interesting: jQuery 1.4′s new element creation syntax which is pretty cool and we haven’t covered Writing a little plugin to prevent repeated code…

91
Yays

Multiple Login Forms with Highlighting jQuery Plugin

Views 12382   downloads 2824   Form

This is a little specific… but I figured what the heck maybe it will be useful for someone. I recently had occasion to make multiple different login forms on a single page. With CSS we know we…

100
Yays

CSS3 Gradient Background

Views 10254   downloads 1937   Image Effects

WebKit browsers paved the way with CSS based gradients. Now Firefox 3.6 is out and is supporting them as well, which makes using them for progressive enhancement all the more appealing. More good news,…