btable - bordered table jquery plugin

This is a simple jQuery plugin adds a border to a table in a simple way.

The plugin is loaded as follows:

 $(document).ready(function() {
    $('#one').btable();
    $('#two').btable( { "border" : "5px solid blue"} ).stripy();
 });

As you can imagine this is pretty obsolete these days.

Download

You can download archived copies here: