How to add cellspacing="0" if it's not available for any <table> using jquery?
and if it's available and it has any other value than ="0" then want to convert it to ="0"
|
|
Will change every table's cellspacing attribute to 0, whether it was previously defined or not. Starting HTML:
Resulting HTML:
|
|||||||
|
Try:
|
|||||||||||||||||
|