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();
});
Demo #1
| Option | Meaning |
| closed-image | The image to use for closed lists. |
| open-image | The image to use for open lists. |
| leave-open | If set all elements are left open. |
Demo #2
This table also uses the stripy plugin to demonstrate that chaining methods works cleanly.
| test | yes | test | yes |
| test | yes | test | yes |
| test | yes | test | yes |
| test | yes | test | yes |
| test | yes | test | yes |
| test | yes | test | yes |
| test | yes | test | yes |
| test | yes | test | yes |
Links
Download the plugin from the following link:
|