Submit your widget
85
Yays

jQuery image zoom effect

Views 10819   downloads 1773   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…

108
Yays

jQuery MegaMenu

Views 14893   downloads 2473   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…

109
Yays

A Better Blogroll Slideshow Tabs (jQuery )

Views 21052   downloads 3956   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…

114
Yays

Custom Content Slider with jQuery

Views 15378   downloads 2804   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…

89
Yays

a jQuery content feature like MailChimp

Views 10756   downloads 2021   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…

86
Yays

jQuery morphing slideshow gallery

Views 9394   downloads 1408   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>…

115
Yays

jSquares images and description hover overlay (jQuery)

Views 12732   downloads 1996   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"…

97
Yays

Navigate into extralarge images(jQuery)

Views 12481   downloads 2218   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(){…

103
Yays

Easy slideshow Gallery for jQuery

Views 9611   downloads 2529   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',…

87
Yays

wSlide, Text Images Scrolling plugin jquery

Views 8600   downloads 1510   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,…

111
Yays

FCBKcomplete facebook-like dynamic inputs (jQuery)

Views 8197   downloads 1637   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},…

85
Yays

Flickr horizontal menu(jQuery)

Views 9025   downloads 1715   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 8523   downloads 2038   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…

88
Yays

Multiple Login Forms with Highlighting jQuery Plugin

Views 11970   downloads 2655   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…

97
Yays

CSS3 Gradient Background

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