Submit your widget
119
Yays

Interactive Photo Desk with jQuery and CSS3

Views 10289   downloads 1849   Image Effects

In this little experiment we created an interactive photo desk that provides some “realistic” interaction possibilities for the user. The idea is to have some photos on a surface that can…

126
Yays

Colourful rating system with CSS3 And jQuery

Views 9668   downloads 1998   Rating & Star Rating

By using the jQuery Color plugin, you can animate colors. Simply use the animate() function from jQuery to have colours fade to another colour. When using this technique, combined with some CSS3 features…

128
Yays

Beautiful image Filterable Portfolio with jQuery

Views 21360   downloads 3110   Layout & Interface

  If you have worked in your field for a while, there is a pretty good chance that you have a rather extensive portfolio. To make it a little easier to navigate, you will probably be tempted to break…

88
Yays

Showing links while hovering using CSS

Views 10730   downloads 1369   Text & Link Effects

Links (or anchor tags) are really important in webdesign/development. With all default settings (Both in CSS and the webbrowser), a link does look pretty ugly: A blue, underlined text (and purple when…

101
Yays

iPhone Style Radio and Checkbox Switches using jQuery and CSS

Views 12312   downloads 2176   Form

Prerequisites You need just two things for this to work correctly: JQuery 1.3.2+ and the switch.gif image file used for the backgrounds (both included in the zip file). After you have those two files,…

139
Yays

Pure CSS Animated Progress Bar

Views 13772   downloads 2045   Layout & Interface

Here's a simple demonstration of how you can create animated progress bar using pure css. The trick is very simple. We need 3 elements, one container and 2 nested elements. The Concept We'll put a cool…

126
Yays

jQuery Star Rating Plugin

Views 10054   downloads 1942   Rating & Star Rating

What is this? The Star Rating Plugin is a plugin for the jQuery Javascript library that creates a non-obstrusive star rating control based on a set of radio input boxes. What does it do? It turns a collection…

170
Yays

Link external icon - jQuery plugin for show external link(target="_blank") icon

Views 14978   downloads 1883   Text & Link Effects

This plugin add an icon opening a new window to each link Help Step1:include js.   <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript"…

105
Yays

Niceforms

Views 13423   downloads 3423   Form

Web forms. Everybody knows web forms. Each day we have to fill in some information in a web form, be it a simple login to your webmail application, an online purchase, or signing up for a website. They…

509
Yays

jQuery Raty - A Star Rating Plugin

Views 17206   downloads 3523   Rating & Star Rating

Default options:   cancelHint: 'cancel this rating!' The hint information. cancelOff: 'cancel-off.png' Name of the cancel image off. cancelOn: 'cancel-on.png' Name of the cancel image on. cancelPlace:…

125
Yays

jQuery Date Entry - input field up to accept a date value using a spinner.

View more demo   Usage   Include the jQuery library in the head section of your page.   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>…

139
Yays

Stunning Sliding Door Effect with jQuery

Views 14467   downloads 3235   Image Effects

Basically, this is what it does: Grab all the div with qitem class, find the image and replace it with four DIVs (four corners) Each of the corner will have the same background image (grabbed from qitem…

111
Yays

jQuery Datepicker - a popup calendar date picker

View more demo   Usage   Include the jQuery library in the head section of your page.   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>…

171
Yays

Expand table rows with jQuery - jExpand plugin

Views 29867   downloads 4851   Table

jExpand is ultra lightweight jQuery plugin that will make your tables expandable. Typical for line of business applications, this feature can help you organize tables better. This way, tables can hold…

103
Yays

A Drop Down with Icon (CSS and jQuery)

Views 17055   downloads 2626   Form

For me,standard HTML Select element is pretty much annoying. It's ugly. It can't be styled properly in Internet Explorer. And it can't contain nothing but simple text. That is the reason why I needed…