How to change the text of an <a> tag using JQuery
Posted: 2025-01-25 05:12
Below is a screen capture of my app and the red box if the area I wish to change the text for programmatically. I have tried every piece of JQuery code I can find regarding this and no luck.
Hope you guys can help!
TD
Here is the page source for this area in question:
Hope you guys can help!
TD
Here is the page source for this area in question:
Code: Select all
<th class="inspections-fld_10" ><a href="inspections_view.php?SortDirection=asc&SortField=23" onClick="document.forms[0].SelectedID.value = ''; [attachment=0]jquery question.jpg[/attachment]document.forms[0].NoDV.value=1; document.forms[0].SortDirection.value='asc'; document.forms[0].SortField.value = '23'; document.forms[0].submit(); return false;" class="TableHeader">fld_10</a></th>