Submit your widget
87
Yays

jQuery image zoom effect

Views 11149   downloads 1891   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 15251   downloads 2610   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 21420   downloads 4096   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 15711   downloads 2933   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 11039   downloads 2175   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…

89
Yays

jQuery morphing slideshow gallery

Views 9678   downloads 1521   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 13070   downloads 2150   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 12778   downloads 2334   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 9918   downloads 2654   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 8913   downloads 1655   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 8568   downloads 1781   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 9325   downloads 1834   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 8867   downloads 2157   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 12314   downloads 2793   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 10208   downloads 1905   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,…