Submit your widget
122
Yays

Interactive Photo Desk with jQuery and CSS3

Views 10603   downloads 1981   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…

133
Yays

Colourful rating system with CSS3 And jQuery

Views 9975   downloads 2152   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…

136
Yays

Beautiful image Filterable Portfolio with jQuery

Views 21695   downloads 3258   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…

91
Yays

Showing links while hovering using CSS

Views 10992   downloads 1484   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…

105
Yays

iPhone Style Radio and Checkbox Switches using jQuery and CSS

Views 12726   downloads 2313   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,…

142
Yays

Pure CSS Animated Progress Bar

Views 14267   downloads 2211   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…

134
Yays

jQuery Star Rating Plugin

Views 10356   downloads 2111   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…

174
Yays

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

Views 15520   downloads 2050   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"…

124
Yays

Niceforms

Views 13770   downloads 3566   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…

513
Yays

jQuery Raty - A Star Rating Plugin

Views 17571   downloads 3678   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:…

127
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>…

144
Yays

Stunning Sliding Door Effect with jQuery

Views 14780   downloads 3377   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…

115
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>…

177
Yays

Expand table rows with jQuery - jExpand plugin

Views 30592   downloads 5003   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…

105
Yays

A Drop Down with Icon (CSS and jQuery)

Views 17726   downloads 2764   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…