Submit your widget
136
Yays

Nice JQuery Table Filter

Views 30726   downloads 4218   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.…

137
Yays

dynamically highlighted columns pricing table

Views 21113   downloads 4514   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.…

111
Yays

lightweight Tablecloth

Views 13334   downloads 2685   Table

Tablecloth is lightweight, easy to use, unobtrusive way to add style and behaviour to your html table elements. By simply adding 2 lines of code to your html page you will have styled and active tables…

138
Yays

jQuery Table Column Filters

Views 19093   downloads 3794   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…

115
Yays

Pure CSS3 cool Tables effect

Views 35328   downloads 4091   Table

we'll going to show you how to use some neat CSS3 properties to beautify your tables. With so many new selectors we can address specific table cells and rows in order to create a unique style without…

125
Yays

Simplism BS Table Crosshair with jQuery

Views 11239   downloads 2343   Table

Automatically for each table considers the focus Just with assigning an ID to the table $.bstablecrosshair('myTable',{ color : '#444', background : '#aaa', foreground : '#fff' });

187
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

Views 31102   downloads 4844   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…

129
Yays

Table Row Checkbox Toggle jQuery plugin

Views 17204   downloads 3161   Table

It generically adds the toggle function to any table rows you specify based on the css class names. It will by default toggle any checkboxes within the table row. However, you can manually exclude checkboxes…

251
Yays

jQuery StyleTable Plugin

Views 18841   downloads 3691   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…

128
Yays

jQuery : Checkbox & Table

Views 20556   downloads 3495   Form

Today’s code snippet is how to automagically check/uncheck checkbox element by clicking a single row of a table using jQuery. Firstly we add click event on the table’s row, it will help us…

124
Yays

Take Control of Your Table View jQuery

Views 11718   downloads 1831   Table

The Case Each user has a different tastes in viewing our content, including data in a table. I, for example, always enjoy seeing the font in a smaller size but my friend didn’t. It just a font size,…

107
Yays

JavaScript Table Row Highlighter Class using Mootools

Views 8142   downloads 2072   Table

code As you can see below the HTML code is very basic and uses an ID to define the region which requires highlightling.  In this example an ID of "highlight" has been applied to the tbody. Finally…

142
Yays

a Table Row Highlighter Using jQuery

Views 10968   downloads 1924   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…

106
Yays

Tablesorter jQuery

Views 12443   downloads 2647   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…

209
Yays

Advanced JavaScript Table Sorter

Views 23616   downloads 5945   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,…