Submit your widget
125
Yays

Table Row Checkbox Toggle jQuery plugin

Views 16819   downloads 3032   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…

122
Yays

Take Control of Your Table View jQuery

Views 11429   downloads 1680   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,…

119
Yays

jQuery : Checkbox & Table

Views 20219   downloads 3340   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…

117
Yays

Simplism BS Table Crosshair with jQuery

Views 10913   downloads 2217   Table

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

114
Yays

Pure CSS3 cool Tables effect

Views 35044   downloads 3972   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…

109
Yays

lightweight Tablecloth

Views 13053   downloads 2582   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…

105
Yays

Sort And Filter Tables(mootools)

Views 15203   downloads 2895   Table

Features           1.sort on numbers, strings, dates and currency           2.filtering on columns Usage var myTable…

105
Yays

JavaScript Table Row Highlighter Class using Mootools

Views 7905   downloads 1957   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…

104
Yays

Fixed Headers Scrolling Tables With jQuery

Views 39865   downloads 7120   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()"…

103
Yays

Tablesorter jQuery

Views 12171   downloads 2501   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…

88
Yays

useful Table with CSS3

Views 18671   downloads 4684   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…

87
Yays

Useful jQuery tableHover

Views 11134   downloads 2375   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:…

84
Yays

Simple jQuery Table Highlighter

Views 8645   downloads 2019   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'…

77
Yays

rounded corners CSS3 tables

Views 23721   downloads 6751   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.…

74
Yays

Pure CSS3 Feature table design

Views 15367   downloads 3055   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…