Manipulate HTML Content

Manipulate HTML Content

Hello,

how can I make

  1. <td>yes</td>
to this
  1. <td><img src="yes"/></td>
with jQuery. I must search. I had to look after but yes, and then replace it with other content? But how can I do that?