Submit your widget
2
Yays

jQuery Useful freeze header row in table plugin

a day ago   Views 583   downloads 283   Table

This is a simple jquery plugin to header row scrolling in html table. Installation   Include script after the jQuery library (unless you are packaging scripts somehow else): <script…

2
Yays

Useful jQuery Resizable table columns

6 days ago   Views 1207   downloads 313   Table

Resizable table columns for jQuery.  New and Improved! Now tested and working on Chrome & Firefox (Mac + Windows), and IE 9 + 10. Other browsers might work too, just haven't had time…

8
Yays

Very beautiful CSS3 Pricing Tables effect

about a month ago   Views 4322   downloads 897   Table

we’ll learn how to code and style some CSS3 pricing tables from the Impressionist UI, made by Vladimir Kudinov. All said, let’s start the coding… Step 1 – HTML We will create…

59
Yays

rounded corners CSS3 tables

10 months ago   Views 18017   downloads 4513   Table

There has been some discussion in the past about how/when to use tables in web development. Though, the conclusion is the same: when you’re dealing with tabular data, tables are absolutely required.…

53
Yays

Pure CSS3 Animation Pricing Table

10 months ago   Views 19710   downloads 3397   Table

This demo will show you how to create this pricing table with the CSS scaling effects, The HTML The HTML for the table is in fact not a table this can easily be done by using a table but I prefer not…

78
Yays

Fixed Headers Scrolling Tables With jQuery

about a year ago   Views 24806   downloads 4170   Table

the scrolling tables with fixed headers. and will take the exercise a step further by creating a jQuery plugin to keep the code contained in one location and allow users to call the "chromatable()"…

70
Yays

useful Table with CSS3

about a year ago   Views 14236   downloads 3057   Table

The goal was to have a cross browser compatible version that looked good in Chrome, Firefox, IE8, IE7, and IE6. Internet Explorer doesn’t support CSS3 rounded corners, gradients, or shadows, but…

53
Yays

Pure CSS3 Feature table design

about a year ago   Views 11470   downloads 2029   Table

The idea of building a features table just by using CSS3 came to our a while ago and we decided to share it with you in this article. The HTML markup Below you can find the abbreviated HTML: <table…

64
Yays

Simple jQuery Table Highlighter

2 years ago   Views 5750   downloads 731   Table

This Table Highlighter is so faster and handle larger datasets , it’s pretty straight forward to use. All you have to do is include the jQuery and the plugin file: <script src='http://www.google.com/jsapi'…

67
Yays

Useful jQuery tableHover

2 years ago   Views 7707   downloads 1040   Table

jQuery plugin to highlight table rows and columns when hovering over them. It features different styles for row and column highlighting and fixing the highlight when a user clicks inside a cell. License:…

133
Yays

Cool Drag and Drop table content

2 years ago   Views 14851   downloads 1883   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…

108
Yays

Nice JQuery Table Filter

2 years ago   Views 19305   downloads 2610   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.…

120
Yays

dynamically highlighted columns pricing table

2 years ago   Views 16753   downloads 2888   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.…

96
Yays

lightweight Tablecloth

2 years ago   Views 9675   downloads 1643   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…

110
Yays

jQuery Table Column Filters

2 years ago   Views 10652   downloads 1930   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…