Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Tables


Collapser

Jquery collapser is a multi purpose collapser plugin made for expanding and collapsing elements. Can create a accordion, list collapser using this plugin.

Features

  • Very light-weight plugin, fast and simple.
  • Can collapse any element within an document.
  • Can add seperate classes for expanding and collapsing.
  • Customized targeting elements.
  • Callback functions.
  • Predetection of collapsed elements.
  • Can create accordion, list collapsers etc by adding a single additional line.
  • Cross browser supported.

TableGear

TableGear is a software package for working with data on the web. It is designed get your data into a web page, and let you work with it quickly and easily, the way you would in powerful desktop applications like Excel.

TableGear is...

  • ...100% XHTML compliant.
  • ...designed for PHP and MySQL, but can still be used on other systems.
  • ...degradable for browsers without Javascript, like mobile devices.
  • ...quick, allowing you to be more productive.
  • ...customizable, giving you total control over your tables and form elements.
  • ...well documented, so you can learn how to use it quickly.

RLight

Table rows and columns are highlighted on mouse over and rows are selected on mouse click!

gvChart

gvChart is a plugin for jQuery, that uses Google Charts to create interactive visualization by using data from the HTML table tag. It is easy in use and additionally it allows you to create five types of the charts.

1. Create a HTML table
2. Download and initialize gvChart
3. Connect gvChart to your table

You will find full instructions on the plugin page

tableFlip

Flipping a table, instead of going from left to right, it goes from up to down.

Changes:

<table border="1">
    <tr>
        <td>a</td>
        <td>b</td>
        <td>c</td>
    </tr>
    <tr>
        <td>1</td>
        <td>2</td>
        <td>3</td>
    </tr>
    <tr>
        <td>!</td>
        <td>-</td>
        <td>/</td>
    </tr>
</table>

To:

<table border="1">
    <tr>
        <td>a</td>
        <td>1</td>
        <td>!</td>
    </tr>
    <tr>
        <td>b</td>
        <td>2</td>
        <td>-</td>
    </tr>
    <tr>
        <td>c</td>
        <td>3</td>
        <td>/</td>
    </tr>
</table>

tCollapse jQuery plugin: Collapsing table rows

tCollapse - makes your table is less.
tCollapse - plug-in framework jQuery, allowing visually reduce the size and improve the perception of HTML tables when they contain a lot of information at once.
The plugin turns multi-cell to the desired number of rows and it makes it easier to navigate across the table for the whole of the information.

Table Highlighter

Simple plugin to highlight rows & columns to make the table easier to read

tablepaginateQ

Using AJAX, paginate data html tables.

Features:
Send html table (filtered and paginated server side vi AJAX)
No complex json data structure to populate
Change number of rows show per page
Zebra striping
Access external search form for more search options
and more

Watajax - Searchable, Dynamic Ajax tables.

Easy to use and fast ajax tables - see the google-code page for details. Developed by West Art Communication AB.

jQuery Thead

The jQuery Thead plugin simplifies the navigation in tables that have lots of rows and require scrolling. It enforces the visibility of the table header and ensures that the column names are always accessible for the user.