Submit your widget
118
Yays

Interactive Photo Desk with jQuery and CSS3

Views 10244   downloads 1828   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…

125
Yays

Colourful rating system with CSS3 And jQuery

Views 9617   downloads 1973   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 21307   downloads 3088   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…

87
Yays

Showing links while hovering using CSS

Views 10681   downloads 1348   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…

100
Yays

iPhone Style Radio and Checkbox Switches using jQuery and CSS

Views 12257   downloads 2156   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,…

138
Yays

Pure CSS Animated Progress Bar

Views 13698   downloads 2025   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 9981   downloads 1917   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…

169
Yays

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

Views 14857   downloads 1854   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"…

104
Yays

Niceforms

Views 13344   downloads 3397   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…

508
Yays

jQuery Raty - A Star Rating Plugin

Views 17116   downloads 3493   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>…

138
Yays

Stunning Sliding Door Effect with jQuery

Views 14417   downloads 3216   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>…

170
Yays

Expand table rows with jQuery - jExpand plugin

Views 29697   downloads 4820   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…

102
Yays

A Drop Down with Icon (CSS and jQuery)

Views 16927   downloads 2600   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…