Submit your widget
136
Yays

Nice JQuery Table Filter

Views 30580   downloads 4168   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.…

136
Yays

dynamically highlighted columns pricing table

Views 21017   downloads 4473   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.…

110
Yays

lightweight Tablecloth

Views 13255   downloads 2651   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…

137
Yays

jQuery Table Column Filters

Views 18936   downloads 3735   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…

114
Yays

Pure CSS3 cool Tables effect

Views 35232   downloads 4047   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…

120
Yays

Simplism BS Table Crosshair with jQuery

Views 11162   downloads 2303   Table

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

186
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

Views 30975   downloads 4804   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…

128
Yays

Table Row Checkbox Toggle jQuery plugin

Views 17083   downloads 3112   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…

250
Yays

jQuery StyleTable Plugin

Views 18750   downloads 3644   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…

127
Yays

jQuery : Checkbox & Table

Views 20447   downloads 3432   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 11621   downloads 1782   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,…

106
Yays

JavaScript Table Row Highlighter Class using Mootools

Views 8069   downloads 2035   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…

141
Yays

a Table Row Highlighter Using jQuery

Views 10881   downloads 1880   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…

105
Yays

Tablesorter jQuery

Views 12369   downloads 2594   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…

208
Yays

Advanced JavaScript Table Sorter

Views 23470   downloads 5898   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,…