I have a link with id "helpTopicAnchorId".
I want to change its text in jQuery.
How do I do this?
I have a link with id "helpTopicAnchorId".
I want to change its text in jQuery.
How do I do this?
$('#helpTopicAnchorId').text('newText');
P.S the jQuery Docs make great reading