I have done a search on Google and surprisingly cannot find a relevant answer.
What I am trying to do is hook onto around 6 TD id's (id="1234price", id="2345price" etc)
and change the text within that table cell for all of them to say coming soon rather than the various prices they currently show.
looking at jquery docs replacewith seems to replace the whole thing i.e it would remove the entire td as opposed to replacing the text contained within the td?