About this item

P.when('jQuery') .execute(function($) { $("#productDescription table") .each(function() { var width = $(this) .attr('width') ; if (width) width = 'px'; else width = 'auto'; $(this) .css('width', width) ; var padding = $(this) .attr('cellpadding') ; if (padding) padding = 'px'; else padding = '0px'; $(this) .css('padding', padding) ; }) ; }) ;



Read Next Recommendation

Report incorrect product information.