Please consider the following HTML:
<td>
Some Text
<table>.....</table>
</td>
I need to manipulate the "Some Text" text of td
element. I should not touch the table element inside of this td
.
So, just for example, maybe I want to replace all "e" with "@". I tried a few approaches with jQuery's .text() and .html(). I seem to always select something from within the child table, which I shouldn't touch. Also, unfortunately, I cannot wrap "Some Text" into a span or a div.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…