Changing Text Only
Changing Text Only
Hi Guys,
If have:
<li>
<a href="..." rel="..." >
<other tags>
"Original Text"
<other tags>
</a>
</li>
Trying to change the "Original Text".
I tried:
$(li).find('a').text("New Text");
But, that wipes out the other tags. How do I just edit the text?
Thanks, Bill
Topic Participants
bill
jakecigar