Submit your widget
94
Yays

Fade-in Spoiler Revealer jQuery

Views 7582   downloads 1551   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 8677   downloads 1589   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…

93
Yays

jQuery “flash like” menu

Views 10390   downloads 2031   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 11522   downloads 2158   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 7355   downloads 2247   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 5298   downloads 1496   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 15304   downloads 2343   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 13000   downloads 2972   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”.…

105
Yays

Image Rotator with Description (CSS/jQuery)

Views 16021   downloads 3213   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 24807   downloads 3715   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 8452   downloads 2126   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 10466   downloads 2312   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 11188   downloads 2095   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 22913   downloads 4852   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 12336   downloads 2550   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>…