Submit your widget
131
Yays

Nice JQuery Table Filter

Views 30082   downloads 4060   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.…

134
Yays

dynamically highlighted columns pricing table

Views 20792   downloads 4382   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.…

109
Yays

lightweight Tablecloth

Views 13027   downloads 2573   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…

135
Yays

jQuery Table Column Filters

Views 18340   downloads 3592   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…

112
Yays

Pure CSS3 cool Tables effect

Views 35017   downloads 3961   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…

117
Yays

Simplism BS Table Crosshair with jQuery

Views 10887   downloads 2206   Table

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

184
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

Views 30672   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…

125
Yays

Table Row Checkbox Toggle jQuery plugin

Views 16793   downloads 3021   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…

248
Yays

jQuery StyleTable Plugin

Views 18495   downloads 3554   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…

119
Yays

jQuery : Checkbox & Table

Views 20193   downloads 3328   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…

122
Yays

Take Control of Your Table View jQuery

Views 11402   downloads 1662   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,…

105
Yays

JavaScript Table Row Highlighter Class using Mootools

Views 7860   downloads 1948   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…

139
Yays

a Table Row Highlighter Using jQuery

Views 10638   downloads 1777   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…

103
Yays

Tablesorter jQuery

Views 12140   downloads 2493   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…

206
Yays

Advanced JavaScript Table Sorter

Views 23000   downloads 5788   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,…