Steve Kemp's Homepage
Trail: jQuery Hub > btable
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(); });
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(); });
OptionMeaning closed-imageThe image to use for closed lists. open-imageThe image to use for open lists. leave-openIf set all elements are left open.
This table also uses the stripy plugin to demonstrate that chaining methods works cleanly. testyestestyes testyestestyes testyestestyes testyestestyes testyestestyes testyestestyes testyestestyes testyestestyes
This table also uses the stripy plugin to demonstrate that chaining methods works cleanly.
Download the plugin from the following link: jquery.btable.js jquery.btable.min.js jQuery index
Download the plugin from the following link: