Submit your widget
87
Yays

jQuery image zoom effect

Views 11103   downloads 1869   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…

115
Yays

jQuery MegaMenu

Views 15191   downloads 2586   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 21350   downloads 4076   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…

119
Yays

Custom Content Slider with jQuery

Views 15653   downloads 2912   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…

90
Yays

a jQuery content feature like MailChimp

Views 10994   downloads 2151   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…

88
Yays

jQuery morphing slideshow gallery

Views 9624   downloads 1500   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>…

121
Yays

jSquares images and description hover overlay (jQuery)

Views 13019   downloads 2128   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"…

100
Yays

Navigate into extralarge images(jQuery)

Views 12735   downloads 2308   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(){…

104
Yays

Easy slideshow Gallery for jQuery

Views 9875   downloads 2634   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 8867   downloads 1630   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,…

112
Yays

FCBKcomplete facebook-like dynamic inputs (jQuery)

Views 8526   downloads 1756   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},…

88
Yays

Flickr horizontal menu(jQuery)

Views 9283   downloads 1811   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…

92
Yays

Middle Box Links jQuery

Views 8812   downloads 2132   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…

90
Yays

Multiple Login Forms with Highlighting jQuery Plugin

Views 12271   downloads 2772   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…

99
Yays

CSS3 Gradient Background

Views 10154   downloads 1882   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,…