Submit your widget
94
Yays

Fade-in Spoiler Revealer jQuery

Views 7602   downloads 1563   Text & Link Effects

jQuery has some really simple built in features for “fading in” and “fading out” different page elements. I thought we could exploit some of those functions for a really simple…

90
Yays

Photo Slider with jQuery

Views 8695   downloads 1600   Slideshow & Scroller

Step 1 - Pick Your Photos First we need to start off with some images. You'll want these images to be thumbnails that also have a larger view available. In this example I'm using a thumbnail size of 50x50…

95
Yays

jQuery “flash like” menu

Views 10409   downloads 2036   Menu & Navigation

When you rollover one item of your menu, the font-size expand to 225%, the color fade to yellow and the other items are giving more space to the hovered item, when you roll out it will take its place…

90
Yays

Feature your products with Jquery

Views 11543   downloads 2168   Slideshow & Scroller

When you have to put forward 2 or 3 products on your web page, you always ask yourself : How I’m gonna offer an interesting view of these products? Well this script can help a bit. Using Jquery…

93
Yays

jQuery sliding menu revisited

Views 7368   downloads 2258   Menu & Navigation

The markup the script and the css style <ul id="iconbar"> <li><a href="#"> <img src="key.gif" alt="" /> <span>Change your password</span> </a></li> <li><a…

83
Yays

Tweetblast jQuery

Views 5319   downloads 1504   Form

The index page will have 3 slides, they will be Entering the data/errors slide Searching slide Thanks slide and we will animate them in and out depending on the information that we get from out PHP script.…

96
Yays

Content Slider using jFlow, A Minimalist jQuery Plugin

Views 15324   downloads 2351   Slideshow & Scroller

So, let’s start to create our content-slider now.   Create a style.css file, and insert the following code into the file: #jFlowSlide{ background:#DBF3FD; font-family: Georgia; } #myController…

111
Yays

a Content Slider with jQuery

Views 13031   downloads 2982   Slideshow & Scroller

Let’s start with the HTML we’ll base our jQuery around. We’ll start with a <div> to hold the content slider, which we’ll give a class attribute of “contentslider”.…

107
Yays

Image Rotator with Description (CSS/jQuery)

Views 16057   downloads 3225   Slideshow & Scroller

An image rotator is one great way to display portfolio pieces, eCommerce product images, or even as an image gallery.   Step1. HTML – Image Rotator Wireframe   Start by building the html…

170
Yays

jQuery 3D Feature Image Carousel

Views 24834   downloads 3726   Slideshow & Scroller

For this plugin to work, you will need to include the latest version of jQuery on your webpage BEFORE including this script. This plugin currently works with jQuery verson 1.4, and will most likely work…

137
Yays

iPhone-like Password Fields using jQuery

Views 8472   downloads 2137   Form

Password fields on iPhone/iPod touch   Of course Nielsen is right when he talks about users making more errors and feeling less confident when they can’t see what they’re typing while…

102
Yays

QuickFlip 2: The jQuery Flipping Plugin

Views 10489   downloads 2323   Image Effects

QuickFlip works by using an animation shortcut that is barely noticeable when flipped quickly (hence the name). This shortcut improves performance while allowing the flip effect to work smoothly with…

111
Yays

Animated 3D Carousel Share Buttons, CSS3 & jQuery

Views 11210   downloads 2106   Slideshow & Scroller

we are doing just that, by using pure JavaScript with the jQuery framework, to make an animated sharing bar, which will enable your website visitors to share posts on a number of social networks.  …

115
Yays

Fancy checkboxes and radio buttons with jquery

Views 22938   downloads 4863   Form

Usage Add js and css files   <LINK rel="stylesheet" type="text/css" href="./radio-checkbox_files/style.css"> <SCRIPT src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></SCRIPT>…

92
Yays

Smooth slide show script s3Slider jQuery plugin

Views 12367   downloads 2559   Slideshow & Scroller

It is very easy. First include the jQuery library then include the s3Slider javascript in the head of the page(s) where you want to use s3Slider. <script src="js/jquery.js" type="text/javascript"></script>…