Submit your widget
92
Yays

Very Useful CSS3 Rounded ImageS With jQuery

Views 11328   downloads 1623   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…

124
Yays

motools tabs effect

Views 10432   downloads 2108   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 17451   downloads 4318   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…

123
Yays

lightweight Accordion

Views 21387   downloads 6343   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…

125
Yays

Simplism BS Table Crosshair with jQuery

Views 11246   downloads 2346   Table

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

105
Yays

simple jQuery Drop Down Menu

Views 11441   downloads 2854   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…

144
Yays

jQuery cool hover Slide Effect

Views 36342   downloads 4701   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…

113
Yays

JQuery simple Digg Style Sign Up Form

Views 8100   downloads 2234   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…

96
Yays

(Colortip)multiple color jQuery Tooltip Plugin

Views 7127   downloads 2129   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…

97
Yays

jQuery plugin for selecting area of an image

Views 11801   downloads 2098   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…

188
Yays

jQuery and CSS3 Simple Tooltip

Views 54288   downloads 11605   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…

122
Yays

Simple Revolving Quotes With JQuery Plugin

Views 16935   downloads 3832   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…

109
Yays

jQuery useful Animation Banner

Views 17131   downloads 3476   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 18992   downloads 3032   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…

128
Yays

Basic image Rotate effect with jQuery

Views 25394   downloads 2275   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…