Submit your widget
128
Yays

Basic image Rotate effect with jQuery

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

128
Yays

simple Dynamic tabs using jQuery

Views 23974   downloads 3542   Tabs

This example will show you how to use jQuery to create tabs that can be added and removed dynamically. Although the example looks bulletproof, there are some questions I will raise about how to use tabs…

128
Yays

clocks, timers, and stopwatches epiClock jQuery Plugin

The epiClock jQuery Plugin allows users to easily create dynamically updating clocks, timers, and stopwatches. Each clock can be styled with custom CSS or images to achieve the proper effect on your page.…

128
Yays

on-page text highlighting Search with jQuery

Views 26280   downloads 5375   Form

Websites often have search boxes to allow users to find content from their archives. But what if you want to find content on the given page? Information Architects had on-page text search that provides…

128
Yays

jQuery Horizontal automatic Scrollbars with mouse

Views 70646   downloads 11219   Slideshow & Scroller

We all know that horizontal scrollbars are hideous. So, wouldn’t it be nice if we had a simple way to represent horizontal overflow? Well, thanks to a few javascript functions and some dinking around,…

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

127
Yays

Really Simple Color Picker in jQuery

Views 7874   downloads 2164   Color Picker

Recently, I needed to use a color picker with predefined color palette for my work. Thanks to many enthusiastic developers, there are several popular, sophisticated color pickers already exist for jQuery.…

127
Yays

previous-next slideshow - simple and practical image slideshow jQuery plugin

Views 21318   downloads 3592   Slideshow & Scroller

Usage Include js and css files. <link href="css/previousnext.css" rel="stylesheet" type="text/css"></link> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>…

127
Yays

Multi-level Navigation Menu With jQuery And CSS3

Views 13912   downloads 3059   Menu & Navigation

This is an attractive cross-browser navigation menu; notable features include CSS3 gradients, multiple sub-menus, and jQuery animations.

127
Yays

SlideItMoo v1.1 –multiple image slider

Views 23758   downloads 3639   Slideshow & Scroller

SlideItMoo v1.1 comes with some new stuff implemented in it. Those of you familiar with version 1.0, skip to download read on. Updates have been made for more extensive usage of SlideItMoo. For the rest,…

127
Yays

very useful AJAX Star Rating

Views 13403   downloads 3841   Rating & Star Rating

Our percentage based Star Rating function gives you 1,680% increase in accuracy — compared with the traditional 5 star system, it has 84 hotspots (84 pixels), instead of 5 hot spots (5 stars). Let’s…

127
Yays

lovely Candy CSS3 buttons

Views 16827   downloads 4609   Buttons & Icons

Create CSS buttons that are sexy looking, really flexible, but with the most minimalistic markup as possible. And voila.. here they are, the BonBon Buttons. Named after the French word for "Candy". So,…

126
Yays

Simple jQuery Color Picker

Views 8847   downloads 2283   Color Picker

Usage Minimal $('#test').colorPicker({ click: function(color){$('#output').html(c);} }); Options $('#test').colorPicker({ defaultColor: 0, // index of the default color (optional) columns: 13, // number…

126
Yays

Animated Navigation with CSS & jQuery

Views 15569   downloads 3823   Menu & Navigation

Fancy but a very simple technique! The good thing about this technique is that it degrades gracefully and is still accessible even if js is turned off. Step 1. Wireframe – HTML This part is very…

126
Yays

A tabs control with jQuery plugin

Views 25596   downloads 2952   Tabs

Smart Tab is a flexible jQuery(a JavaScript library) Tab Control plugin. Features: Customizable tab anchors, can use images. AutoProgress:- option for automatic navigation of tabs. AutoProgress can be…