Submit your widget
66
Yays

Text and images scroll with jquery plugin

Views 22314   downloads 6491   Slideshow & Scroller

Usage: Add js file: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="jquery.scrollbox.js"></script> Add…

65
Yays

Fancy Forms with HTML5 and CSS3

Views 14352   downloads 3946   Form

Forms in HTML have typically been pretty boring – input boxes and buttons with all validation performed by javascript. With the new HTML5 Forms module things have become a little more useful. As…

65
Yays

Multi Level Drop Down Menu Navigation with CSS3

Views 21398   downloads 6718   Menu & Navigation

We are back with a cool Multi-level Drop Down Navigation Menu made up of pure CSS with additional effects using CSS3.0 properties such as border-radius, box-shadow, text-shadow and linear gradient. This…

65
Yays

jQuery With the window size change the Full Size Background

Views 21697   downloads 3223   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…

65
Yays

jQuery Images Hover Cycle effect

Views 14697   downloads 3163   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…

65
Yays

jQuery Custom Change background effect

Views 25920   downloads 4027   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…

65
Yays

jQuery Real-Time Form Validation plugin

Views 16215   downloads 4248   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…

65
Yays

Very Useful JQuery barcode plugin

Views 15591   downloads 3046   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>…

65
Yays

jQuery Simple Password Strength Check

Views 13761   downloads 3527   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…

65
Yays

Sortable text list with jQuery

Views 26624   downloads 4193   Text & Link Effects

this is a 3 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable. Yeah! Do you also want the possibility to add, edit and remove items…

65
Yays

jQuery useful Drop-Down Menu with Fixed list

Views 28006   downloads 5724   Menu & Navigation

The HTML is structured using unordered nested lists. I suppose I could have used ordered lists to facilitate maintainable numbering, but I thought it was fine this way and if someone wants to use ordered…

65
Yays

jQuery useful Product Colorizer Plugin

Views 22658   downloads 4942   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…

65
Yays

skrollr - javascript parallax scrolling lib

Views 12347   downloads 3092   Layout & Interface

Stand-alone parallax scrolling lib for mobile (Android + iOS) and desktop in just over 3.8k (minified + gzipped) for desktop. And another 6.5k for mobile support (which…

64
Yays

Slick Login Form with CSS3

Views 8823   downloads 2476   Form

The goal of this post is to harness some new functionality provided by CSS3 and move away from images. We are going to create a CSS3 login form without images yet still have a visually pleasing result.…

64
Yays

CSS Styled, Custom Retweet Buttons with jQuery

Views 7521   downloads 1866   Buttons & Icons

Retweet buttons are all over the internet now.  They are a handy for giving visitors a quick way to share a post.   These all work great and are easily recognizable.  Sometimes we have…