Home > jquery.borderzero

jquery.borderzero

Jquery.borderzero is a project mainly written in ..., it's free.

get rid of all the table borders, especially useful in .NET

super simple, goes around and destroys all those border=1's created inside tables by the affable .NET

in mooTools

$$('table').set('border', '0');

in jQuery

$(“table”).attr(“border”, “0″);

Previous:Adjax