Submit your widget
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…

135
Yays

jQuery Table Column Filters

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

131
Yays

Nice JQuery Table Filter

Views 30077   downloads 4059   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.…

125
Yays

Table Row Checkbox Toggle jQuery plugin

Views 16793   downloads 3020   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 11399   downloads 1661   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 20190   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…

117
Yays

Simplism BS Table Crosshair with jQuery

Views 10886   downloads 2205   Table

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

100
Yays

Fixed Headers Scrolling Tables With jQuery

Views 39804   downloads 7102   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()"…

87
Yays

Useful jQuery tableHover

Views 11102   downloads 2357   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 8617   downloads 2003   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'…

74
Yays

Pure CSS3 Feature table design

Views 15337   downloads 3042   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…

36
Yays

jQuery nice Filterable plugin

Views 10422   downloads 2270   Table

Bootstrap and X-editable themed jQuery plugin that preforms per-column filtering for an HTML table. Options   ignoreColumns Column indexes to not make filterable Type: Array…

33
Yays

SlimTable - jQuery plugin for creates sortable table

Views 8781   downloads 2866   Table

  SlimTable SlimTable is a plugin for jQuery, which creates sortable and pageable tables from existing table data. Plugin is quite lightweight, as it only takes 4kB when minified (2kB gzipped). Official…

27
Yays

jQuery Useful freeze header row in table plugin

Views 10658   downloads 2646   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…

26
Yays

SortedList is a jQuery plugin to sort a list of DOM elements (table li)

Views 3860   downloads 926   Table

SortedList is a jQuery plugin to sort a list of DOM elements the way you want. Think about LI, TR, OPTION and even DIVS. Sorting with table rows Click on the table header to sort on that column, a second…