Submit your widget
4
Yays

Very beautiful CSS3 Pricing Tables effect

3 days ago   Views 981   downloads 338   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…

58
Yays

rounded corners CSS3 tables

9 months ago   Views 16542   downloads 4066   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.…

52
Yays

Pure CSS3 Animation Pricing Table

9 months ago   Views 18068   downloads 3041   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…

76
Yays

Fixed Headers Scrolling Tables With jQuery

about a year ago   Views 21781   downloads 3606   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()"…

67
Yays

useful Table with CSS3

about a year ago   Views 13356   downloads 2824   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…

52
Yays

Pure CSS3 Feature table design

about a year ago   Views 10657   downloads 1919   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…

62
Yays

Simple jQuery Table Highlighter

2 years ago   Views 5445   downloads 692   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'…

65
Yays

Useful jQuery tableHover

2 years ago   Views 7153   downloads 960   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:…

131
Yays

Cool Drag and Drop table content

2 years ago   Views 13749   downloads 1738   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…

103
Yays

Nice JQuery Table Filter

2 years ago   Views 17342   downloads 2410   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.…

119
Yays

dynamically highlighted columns pricing table

2 years ago   Views 15868   downloads 2735   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.…

95
Yays

lightweight Tablecloth

2 years ago   Views 9038   downloads 1526   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…

108
Yays

jQuery Table Column Filters

2 years ago   Views 9500   downloads 1736   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…

93
Yays

Pure CSS3 cool Tables effect

2 years ago   Views 28915   downloads 2384   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…

94
Yays

Simplism BS Table Crosshair with jQuery

2 years ago   Views 7467   downloads 1250   Table

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