Any ideas why this jquery is not working?
$("div.aboutText p a").each( function() {
$(this).replace(' ', 'ert');
});
OK… so I have a link that looks something like this…
<a href="#">My Link</a>
And I want it to look something like this…
<a href="#">MyertLink</a>
When you want to replace something in the text of the a tag use this: