Submit your widget
131
Yays

Pure CSS Star Rating System

Views 17149   downloads 4182   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…

131
Yays

Nice JQuery Table Filter

Views 30128   downloads 4073   Table

This plugin adds a row to the section of a table and adds filters that allows real time filtering of tabular data. Filter Types Currently the picnet.jquery.tablefilter.js only supports two kinds of filters.…

130
Yays

Just The Tip jQuery-flavored Tooltips

Views 15303   downloads 2860   Tooltips

How To Use It Using Just The Tip is easy. Well, it's kinda easy, if you know a little HTML and Javascript. It goes a little something like this: 1. Grab The Code This goes without saying, right? Download…

130
Yays

Apple-like Retina Effect With jQuery

Views 16322   downloads 2490   Image Effects

This is also the case with the latest version of their iPhone. But what I found interesting is the term they coined – “Retina display” and the promo image accompanying it. What made…

130
Yays

jQuery Fresh Bottom Slide Out Menu

Views 25471   downloads 4550   Menu & Navigation

In this tutorial we will create a unique bottom slide out menu. This large menu will contain some title and a description of the menu item. It will slide out from the bottom revealing the description…

130
Yays

Tabbed Content with Navigation using jQuery UI

Views 23225   downloads 3363   Tabs

This is a manual navigation using Tab function of jQuery UI library. jQuery Library jQuery UI We will use jQuery UI Tab function to get our navigation for content slide working yeah there are many ways…

130
Yays

Professional Dropline #1 drop-down menu

Views 12266   downloads 2668   Menu & Navigation

This menu uses the same small javascript routine as the Professional dropdown #1 menu to add the IE5.x and IE6 styles to the stylesheet and provide the 'hover' function. All that is necessary is to produce…

130
Yays

JQuery Fancy AJAX Contact Form

Views 29388   downloads 5627   Form

Introduction Providing a simple and reliable means of feedback from site visitors is a crucial part of any web presence. The most simple and common feedback channel are contact forms. In this tutorial…

129
Yays

Simple jQuery Alternate Plugin

Views 10313   downloads 1985   Table

I recently required a light-weight unobtrusive javascript to set alternating styles on <table> rows and other elements (such as <li>s or <div>s). There are some options available, but…

129
Yays

Perfect signin dropdown box likes Twitter with jQuery

Views 13017   downloads 3204   Form

Twitter’s running a new homepage with clean and easy design. Look at the top right of Twitter’s homepage, you’ll see the sign in button which will drop down the login form. HTML Code…

129
Yays

a jQuery Image Scroller

Views 20270   downloads 3594   Slideshow & Scroller

We’re going to be building an image scroller, making use of jQuery’s excellent animation features and generally having some fun with code. Image scrollers are of course nothing new; versions…

129
Yays

JavaScript Popup lightbox

Views 42244   downloads 9386   Lightbox & Dialog & Overlay

TinyBox is a lightweight and standalone modal window script. At only 3.4KB it doesn’t include any slideshow capabilities built-in but allows for any AJAX or HTML input so the sky is the limit.The…

129
Yays

LavaLamp jQuery Sliding Menu

Views 19008   downloads 3281   Menu & Navigation

It is a jQuery sliding nifty effect menu with light weight code and extra two more interface styles. Step 1: The HTML Since most UI developers believe that an unordered list(ul) represents the correct…

129
Yays

Fancy Zoom with jquery or Mootools

Views 17554   downloads 4628   Lightbox & Dialog & Overlay

FIrst off, you can visit the demo to see the effect in action. the fancyZoom effect is added in a much more jQuery-like way. $(document).ready(function() { $('a.zoom').fancyZoom(); }); This will add the…

129
Yays

jQuery Simple slideshow

Views 18746   downloads 2926   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…