Submit your widget
63
Yays

website on the infinite canvas with jQuery plugin

Views 13413   downloads 2677   Slideshow & Scroller

A jQuery port of impress.js based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com. Getting Started The only required files are jQuery and js/jmpress.js…

63
Yays

Very Useful JQuery barcode plugin

Views 15358   downloads 2913   Layout & Interface

Jquery plugin to create barcode Barcode JQuery plugin installation Like any plugin, just inclure the source file after including that of JQuery. <script type="text/javascript" src="jquery-1.3.2.min.js"></script>…

63
Yays

Awesome Horizontal scroll bar graph

Views 12272   downloads 2180   Graph & Chart

This is an animated, horizontal bar graph using jQuery, CSS3 properties (such as: gradients, border-radius, rgba) and CSS3 transitions. HTML <div class="bar"> <div class="percent">…

63
Yays

Useful CSS3 and jQuery smooth transformations

Views 13909   downloads 2169   Layout & Interface

Super-smooth CSS3 transformations and transitions for jQuery Just include this script after jQuery. Requires jQuery 1.4+. Use $('...').transition instead of jQuery's $('...').animate.…

63
Yays

jQuery useful Product Colorizer Plugin

Views 22189   downloads 4766   Image Effects

productColorizer is a light-weight solution for users to quickly preview a product in different colors. The plugin uses only two images per product to create the effect and it is built on top of the robust…

62
Yays

jQuery With the window size change the Full Size Background

Views 21308   downloads 3096   Image Effects

this plugin made a few changed ,because it was acting a little weird. Tested it in Safari, Chrome and Firefox and it work perfectly now. All you need is an image that you want to have displayed as your…

62
Yays

jQuery Images Hover Cycle effect

Views 14376   downloads 3013   Image Effects

A quick way to add a hover responsive, fast cycling, jQuery powered slideshow to your site. The Basics I first saw this style slideshow as a Flash solution on Cargo Collective, which has since been updated…

62
Yays

jQuery Custom Change background effect

Views 25674   downloads 3869   Image Effects

jQuery can be extremely useful for you if you want to beautify your web app. jQuery provide a number of simple ways to dynamically change the design of your web page. Here is a simple script that shows…

62
Yays

Smooth Animated Search form with jQuery

Views 15395   downloads 4169   Form

The search was inspired by apple.com and it works in all major browsers, even works in IE6 though you would have to fix the png yourself. Requirements For the more advanced usage of the search it requires…

62
Yays

jQuery like Apple slideshow banner rotator effect

Views 30967   downloads 4214   Slideshow & Scroller

Apple has always been a god in the way they present their products on its website.There’s always something to admire about them .This article explains how to clone the slider in Itunes web store…

62
Yays

jQuery Real-Time Form Validation plugin

Views 15833   downloads 4075   Form

Client-side validation is something every web form should have, no doubts about that. While server-side validation does its job, it certainly lacks good user experience. What is so great about client-side…

62
Yays

Pure CSS3 Google-styled buttons

Views 13911   downloads 3420   Buttons & Icons

Google rolled out a new design across many of their services as part of the Google+ launch. The new look presents a sleeker, simplified Google that puts the emphasis on your data and not on the interface.…

62
Yays

CSS3 and jQuery Blur Menu

Views 17327   downloads 3561   Menu & Navigation

In this experiment will show you how to achieve a simple blur effect applied on menu elements. HTML The first step is to lay down the HTML markup. Our structure is very simple. <div class="menu">…

62
Yays

jQuery Simple Password Strength Check

Views 13439   downloads 3403   Form

Password strength checking is an easy way to show the strength of user password on the registration forms. It helps users to choose more secure password when filling the forms. In this tutorial we will…

62
Yays

Awesome jQuery Image Parallax Effect

Views 35817   downloads 7185   Slideshow & Scroller

Custom jQuery Plugin for Creating Parallax Effect Image Sliders Default options: var options = { autoPlay : 3000,//(mixed) (bool) false to disable, (int) duration to hold between slides in ms speed :…