[Solved] How to Add background or change text
This really shouldn’t be done in jQuery, and you could still use a few lessons in being clear with what you’re looking for, but a question is a question, and here is my answer: $(‘th’).hide(); var $titlerow = $(‘tr td:first’), $yearrow = $(‘tr:eq(1) td:first’), title = $titlerow.text(), year = $yearrow.text(); $titlerow.text(title + ‘ – ‘ … Read more