I am having a problem using multiple jQuery commands.
My code:
$('td[background="/images/PBox_Border_Left.gif"]').remove();
$('td[background="/images/PBox_Border_Bottom.gif"]').remove();
$('td[background="/images/PBox_Border_Right.gif"]').remove();
How do i separate these so they all work? Thanks.