Submit your widget
248
Yays

jQuery StyleTable Plugin

Views 18498   downloads 3557   Table

The StyleTable is free/open source jQuery plugin that can be used to style the tables. How To Use Using StyleTable plugin is as easy as this line of code: $('table').styleTable(); That will style all…

244
Yays

Flexigrid - Grid Table with jQuery

Views 38654   downloads 6711   Table

  Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content. Similar in…

206
Yays

Advanced JavaScript Table Sorter

Views 23005   downloads 5790   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,…

199
Yays

Jquery tablesorter - Flexible client-side table sorting

Views 19898   downloads 5841   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…

184
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

Views 30675   downloads 4691   Menu & Navigation

SliderNav is a JQuery plugin that lets you add dynamic, sliding content using a vertical navigation bar (index). It is made mainly for alphabetical listings but can be used with anything, though longer…

171
Yays

Expand table rows with jQuery - jExpand plugin

Views 29854   downloads 4851   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…

157
Yays

Cool Drag and Drop table content

Views 32101   downloads 5289   Table

Content of HTML table cells can be dragged to another table cell or another table. It isn't difficult to define onMouseMove handler and change top / left element styles to move the object. In case with…

139
Yays

Round corner table

Views 16842   downloads 3664   Table

Round corner table This effect is very useful Only require css and image

139
Yays

a Table Row Highlighter Using jQuery

Views 10644   downloads 1779   Table

Getting Started The first thing we need to do is download some things. First on your shopping list is jQuery. If you don’t have it already you can visit jQuery’s website and pick it up for…

135
Yays

jQuery Table Column Filters

Views 18347   downloads 3595   Table

I built this jQuery plugin for a quick way of allowing table columns to be filtered by the user. It will add text box’s to the top of each column in a table, by typing into the text box’s…

134
Yays

dynamically highlighted columns pricing table

Views 20796   downloads 4383   Table

Like Crazy Egg's pricing table on their Pricing & Signup page. When you click on "Sign Up" for an option, that plan's column highlights, the other plans vanish, and a signup form takes their place.…

133
Yays

Colorize - jQuery Table Plugin

Views 15291   downloads 2491   Table

Colorize is a jQuery plugin to add background color to alternate table rows, highlight a row/column on mouse over, and colorize a row/column when you click your mouse button over it. You can colorize…

131
Yays

Nice JQuery Table Filter

Views 30088   downloads 4062   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.…

129
Yays

Simple jQuery Alternate Plugin

Views 10272   downloads 1973   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…