Avatar of sayitfast
sayitfast

asked on 

Replace href text ...> thisText</a>

I have a filed on a SharePoint site that pulls information from a list... I need to replace the text that appears in the href tag on the actual web page.

Example:
<div class="heading_title">Title Text Here
<span class="heading_subTitle">
<A HREF="/DispForm.aspxID=1&RootFolder=*">ReplaceMe</A>
</span>
</div>

I need to remove the text "ReplaceMe" and put in an empty string or blank text.


Any help is appreciated.
Scripting LanguagesJavaScript

Avatar of undefined
Last Comment
LittleOleMeDesigns
Avatar of LittleOleMeDesigns
LittleOleMeDesigns

I'm not sure I'm understanding exactly what you want to do... not putting any text in there would mean that there wasn't anything to click, but to have no text in it, you just do this:
<div class="heading_title">Title Text Here
<span class="heading_subTitle">
<A HREF="/DispForm.aspxID=1&RootFolder=*"></A>
</span>
</div>

Open in new window

Avatar of sayitfast
sayitfast

ASKER

I need to remove the text that exists and then replace that with a empty string.

This would be on page load... Its a strange use case but this what I have to do.

I will be looking for specific text and replace that instance with an empty string. if the text is not the specific text I am looking for then it will stay unchanged.
ASKER CERTIFIED SOLUTION
Avatar of LittleOleMeDesigns
LittleOleMeDesigns

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
JavaScript
JavaScript

JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.

127K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo