Changing table border with jQuery?
3 answers
Yes, you can. You want to use the attr () function like this ...
$('table.docutils').attr('border', '0');
+7
..."> Yes, you can. You want to use the attr () function like this ...All geek questions in one placeChanging table border with jQuery?
3 answers$('table.docutils').attr('border', '0');
source
share+7