Skip to content
Advertisement

How to replace value in td using jquery/php? (wordpress)

I have a html code below (created using a plugin).
I need to change colspan=”6″ to colspan=”4″.
I tried jQuery below, but it doesn’t work…
Would you please help me?

JavaScript

JavaScript

Thank you.

Advertisement

Answer

With the selector [colspan="6"] you can get to each and set a new attribute:

JavaScript
JavaScript

Or, without jQuery:

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement