I have a jquery function that changes a text inside a element using a jquery \"text\" function. Inside this td element is child \"a\" tag like this.
Wrap the text in a Edit: Or use
span element, and change the text in the span.$('td.v3 a').text("new text") to change the text in the anchor, if that's what you want to do.