Submit your widget
2
Yays

jQuery Useful freeze header row in table plugin

a day ago   Views 537   downloads 278   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 1195   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…

78
Yays

Fixed Headers Scrolling Tables With jQuery

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

53
Yays

Pure CSS3 Feature table design

about a year ago   Views 11463   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 5748   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 7704   downloads 1039   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:…

108
Yays

Nice JQuery Table Filter

2 years ago   Views 19292   downloads 2606   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.…

110
Yays

jQuery Table Column Filters

2 years ago   Views 10648   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…

95
Yays

Simplism BS Table Crosshair with jQuery

2 years ago   Views 8007   downloads 1356   Table

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

108
Yays

Table Row Checkbox Toggle jQuery plugin

2 years ago   Views 12525   downloads 1707   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…

98
Yays

jQuery : Checkbox & Table

2 years ago   Views 15979   downloads 1865   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…

108
Yays

Take Control of Your Table View jQuery

2 years ago   Views 8969   downloads 932   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,…

123
Yays

a Table Row Highlighter Using jQuery

2 years ago   Views 7729   downloads 955   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…