Can jQuery/PHP replace values in a WP ‘td’ element?
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? <table class="shop_table"> <thead> <tr><th></tr></th> </thead> <tbody> <tr><td class="aa"></td></tr> <tr><td class="bb"></td></tr>…