Submit your widget
102
Yays

Tablesorter jQuery

Views 12097   downloads 2472   Table

tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data…

112
Yays

Fancy checkboxes and radio buttons with jquery

Views 22627   downloads 4722   Form

Usage Add js and css files   <LINK rel="stylesheet" type="text/css" href="./radio-checkbox_files/style.css"> <SCRIPT src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></SCRIPT>…

121
Yays

CSS Overlapping Tabbed Navigation

Views 13927   downloads 2297   Menu & Navigation

Overlapping tabbed navigation in CSS have always been a nuisance with developers often running into cross-browser compatibility issues or bloated code. There are some other examples floating around the…

302
Yays

desSlideshow - Stylish featured image slideshow jQuery plugin

Views 67744   downloads 12027   Slideshow & Scroller

Usage Include js files.   <link href="css/style.css" rel="stylesheet" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>…

648
Yays

Vertical Scrolling News Ticker With jQuery jCarouse

Views 78782   downloads 17378   Slideshow & Scroller

News Ticker is a fantastic way to present headlines or minor updates to your readers. The smooth scrolling effect will attract your readers and generate more clicks to your site. This is a simple yet…

144
Yays

Super simple jQuery ticker text slideshow

Views 60055   downloads 10934   Slideshow & Scroller

Plugin to rotate list items inside an unordered list, plugin will automaticlly hide all but the first list items and then rotate them. Usage is very simple, say for example we have an unordered list with…

115
Yays

jGlideMenu unique drag Sliding menu jQuery

Views 14810   downloads 2661   Menu & Navigation

A very unique menu that floats on the page. Users can drag it to a position they desire.   jGlideMenu is an updated version of the fastFind Menu that supports inline and AJAX menu definitions and…

114
Yays

an inline lightbox alternative jQuery.popeye

Views 10421   downloads 2010   Lightbox & Dialog & Overlay

jQuery.popeye take a list of thumbnails and links to images and converts them into a popeye box . To set up the plugin, you need to include the JavaScript file jquery.popeye-2.0.min.js (see hint on preventing…

114
Yays

jGallery images lightbox jQuery

Views 9765   downloads 1792   Lightbox & Dialog & Overlay

Para utilizar é bem simples: Inclua o arquivo CSS do jGallery em seu documento Inclua o jQuery em seu documento Inclua o jGallery em seu documento Quando o DOM for carregado, chame a função…

100
Yays

CSS Overlapping Tabs Menu

Views 18741   downloads 3250   Menu & Navigation

This example is a  cool menu with overlapping tabs First of all download the tab image (right-click, then Save As…) which contains both on and off states. You can edit/customize this image…

124
Yays

Better Captions for jQuery’s FancyBox Plugin lightbox

Views 17047   downloads 4468   Lightbox & Dialog & Overlay

After a few changes to the stylesheet and some light enhancements to the code, I managed to get the effect I was looking for.  The caption actually fades in and out on mouse-over, so it’s not…

205
Yays

Advanced JavaScript Table Sorter

Views 22933   downloads 5769   Table

The third iteration of the TinyTable table sorting script adds search, column averages and totals, record numbering, a view all function, and a reset function. At only 6KB it is still lightweight, quick,…

135
Yays

Simple jQuery Spy rolling Effect

Views 21151   downloads 5022   Slideshow & Scroller

Running the Effect Insert a new item at the top that is: opacity: 0 & height: 0. Fade the last item out. Increase first item’s height to real height. …at the same time, decrease the height…

102
Yays

Easy slideshow Gallery for jQuery

Views 9578   downloads 2511   Slideshow & Scroller

The code used for above gallery (Easy Gallery) is: $(document).ready(function (){ $("#gallery").egallery({ width:500, height:230, speed: 1000, delay:4000, easing:'easeInOutBack', thumbs:'numbers', thumbClass:'tclass',…

132
Yays

iPhone-like Password Fields using jQuery

Views 8133   downloads 1997   Form

Password fields on iPhone/iPod touch   Of course Nielsen is right when he talks about users making more errors and feeling less confident when they can’t see what they’re typing while…