Submit your widget
136
Yays

Nice JQuery Table Filter

Views 30734   downloads 4220   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.…

135
Yays

Amazon Books Widget with jQuery and XML Image Scroller

Views 20191   downloads 3442   Slideshow & Scroller

It makes sense to forgo database tables and server-side code when you need to store a limited amount of non-sensitive data. Accessing this data can be a snap with jQuery because the library was built…

135
Yays

jQuery Vertical Slideshow

Views 30140   downloads 4668   Slideshow & Scroller

A vertical slideshow that is ready to be used now or it can be customized as you need. jQuery CODE $(document).ready(function() { $("#side-nav a").vertSlider( { text : new Array("LivePipe: here is the…

134
Yays

Simple jQuery Alternate Plugin

Views 10739   downloads 2133   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…

134
Yays

jQuery image AdSense(Image Tips)

Views 15118   downloads 3227   Tooltips

Installation   Step1:include css and js files. <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="js/webwidget_tip_imagesAdSense.js"></script>…

134
Yays

Customizing the Accordion effect

Views 18640   downloads 3566   Accordion

Adding a custom effect If you want to make custom effects, you'll use the $.tools.tabs.addEffect() method. The first argument is the effect name and the second argument is the function that performs the…

134
Yays

Slick Auto-Playing Featured Content Slider(jQuery )

Views 31559   downloads 5973   Slideshow & Scroller

Functionality Checklist The Coda Slider was 90% there already. There is a main content area (panels, if you will), which slide from left to right each with different unique content. There is generally…

134
Yays

jQuery Star Rating Plugin

Views 10359   downloads 2112   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…

134
Yays

Rotated navigation with CSS3 only

Views 19431   downloads 2639   Menu & Navigation

Can not support Ie Here's a last small technique that works with CSS3 (Supported by the latest versions of Firefox, Safari and Chrome). When hovering a block element, you'll get a rotated hover state.…

134
Yays

jQuery style menu with CSS3

Views 14382   downloads 3376   Menu & Navigation

Here’s a quick experiment I did with CSS3. Again I was just mucking about with CSS3 transitions which could one day replace all the fancy jQuery animation tricks people use. The outcome was a really…

134
Yays

jQuery UI Spinner - numeric stepper

Views 33359   downloads 5205   Form

Usage Events The following events fire when interacting with the Spinner via keyboard or mouse: spinup - during value increment. spindown - during value decrement. spin - during value increment/decrement.…

134
Yays

CSS and Jquery: an Image Slider

Views 15136   downloads 2596   Image Effects

Basically you are going to create a jquery effect. When a holder is hovered over the top image slides down to reveal the image underneath. I will also explain how to use position absolute to float an…

133
Yays

Jquery rating system with beautiful stars

Views 10960   downloads 2526   Rating & Star Rating

jquery rating system with beautiful stars, appropriate for rating any online reviews. Installation Step1:include css and js files. <script type="text/javascript" src="js/jquery.js"></script>…

133
Yays

Fancy Sliding Form with jQuery

Views 16500   downloads 3915   Form

we are going to create a fancy sliding form that shows some validation feedback to the user after each step. This form saves a lot of space and is easy to access – it basically works like a slide…

133
Yays

jQuery Fresh Bottom Slide Out Menu

Views 25801   downloads 4677   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…