Submit your widget
92
Yays

Fade-in Spoiler Revealer jQuery

Views 7362   downloads 1453   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…

88
Yays

Photo Slider with jQuery

Views 8445   downloads 1488   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…

90
Yays

jQuery “flash like” menu

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

88
Yays

Feature your products with Jquery

Views 11278   downloads 2052   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…

91
Yays

jQuery sliding menu revisited

Views 7110   downloads 2133   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…

80
Yays

Tweetblast jQuery

Views 5088   downloads 1396   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.…

90
Yays

Content Slider using jFlow, A Minimalist jQuery Plugin

Views 15081   downloads 2262   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…

105
Yays

a Content Slider with jQuery

Views 12729   downloads 2844   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”.…

103
Yays

Image Rotator with Description (CSS/jQuery)

Views 15756   downloads 3110   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…

168
Yays

jQuery 3D Feature Image Carousel

Views 24488   downloads 3606   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…

133
Yays

iPhone-like Password Fields using jQuery

Views 8170   downloads 2013   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…

99
Yays

QuickFlip 2: The jQuery Flipping Plugin

Views 10176   downloads 2214   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…

108
Yays

Animated 3D Carousel Share Buttons, CSS3 & jQuery

Views 10935   downloads 1987   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.  …

113
Yays

Fancy checkboxes and radio buttons with jquery

Views 22668   downloads 4740   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>…

85
Yays

Smooth slide show script s3Slider jQuery plugin

Views 12044   downloads 2433   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>…