Submit your widget
92
Yays

Very Useful CSS3 Rounded ImageS With jQuery

Views 11255   downloads 1593   Image Effects

The other day I was trying to style CSS3 border-radius to image element and I realized that Firefox doesn’t display border-radius on images. Then I figured a way to work around it — wrap a…

123
Yays

motools tabs effect

Views 10364   downloads 2080   Tabs

MooTabs is a tiny(3kb) class for MooTools. As the name suggests, it's main purpose is to help out with the creation of simple tab navigation. As of version 1.2, you can also set tab content via an Ajax…

136
Yays

Pure CSS Star Rating System

Views 17383   downloads 4286   Rating & Star Rating

This is a Pure CSS The Star Matrix Pre-loaded is a nice css star rating system with detailed description and code. The author reports that the effect works across a broad range of browsers, as well! The…

122
Yays

lightweight Accordion

Views 21306   downloads 6313   Accordion

Include the files You need to include accordion.js but it requires prototype.js and effects.js (like I said this is for scriptaculous!). As long as you are using at least the latest stable builds you…

124
Yays

Simplism BS Table Crosshair with jQuery

Views 11185   downloads 2314   Table

Automatically for each table considers the focus Just with assigning an ID to the table $.bstablecrosshair('myTable',{ color : '#444', background : '#aaa', foreground : '#fff' });

103
Yays

simple jQuery Drop Down Menu

Views 11366   downloads 2821   Menu & Navigation

Introduction Alright, this time, we are going to make a drop down menu. The main objective is to make it as simple as possible, with some little jQuery effect and easy to customize/ apply different style…

143
Yays

jQuery cool hover Slide Effect

Views 36230   downloads 4668   Slideshow & Scroller

Setting up our files Ok let’s start by opening our text editor and creating a new html document, save this to your desktop as “index.html”. Now create a new css file and save this as…

112
Yays

JQuery simple Digg Style Sign Up Form

Views 8044   downloads 2208   Form

Digg.com is one of the most popular social networking sites, allowing you to discover and share the content all over the web. In this tutorial we are going to simulate their signup form, with unique features…

95
Yays

(Colortip)multiple color jQuery Tooltip Plugin

Views 7068   downloads 2101   Tooltips

we are going to write a simple jQuery tooltip plugin. It is going to convert the title attributes of elements withing your page, into a series of colorful tooltips. Six color themes are available, so…

96
Yays

jQuery plugin for selecting area of an image

Views 11686   downloads 2069   Image Effects

imgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement image cropping functionality, as well as other user interface features, such…

187
Yays

jQuery and CSS3 Simple Tooltip

Views 54124   downloads 11564   Tooltips

There are a lot of tooltip plugins out there, but not many of them explain what exactly goes on in the logic of a tooltip. I would like to share how I’ve created mine today, and am also open to…

121
Yays

Simple Revolving Quotes With JQuery Plugin

Views 16827   downloads 3797   Text & Link Effects

Quovolver is a simple extension for jQuery that takes a group of quotes and displays them on your page in an elegant way. How to Install: Download and unzip the Quovolver files. The download contains…

108
Yays

jQuery useful Animation Banner

Views 17040   downloads 3448   Image Effects

we will be creating a custom animation banner with jQuery. The idea is to have different elements in a banner that will animate step-wise in a custom way. We will be using the jQuery Easing Plugin and…

131
Yays

jQuery Simple slideshow

Views 18936   downloads 3004   Slideshow & Scroller

Show only the first image and hide the others; Place a “current” class on the list-item; Only exucute the function once when it has a current status. That’s it? Yep… it’s…

127
Yays

Basic image Rotate effect with jQuery

Views 25313   downloads 2248   Image Effects

Description: This is an final product of a Wilq32.PhotoEffect Snippet (browse blog to get more information). Actually you can use this simple and tiny script to rotate images (any angle) directly on client…