In Firefox, when I try to remove a border of a table cell with jQuery
jQuery(td-selector).css({'border' : 'none'});
It still shows up a weird border on some (not all edges) of the table cell. When I try to inspect the cell with Firebug, the border disappears.
Has anyone else run into the same issue?
'none'should do the trick in all browsers – Johan Sep 21 '12 at 13:43