Posts by Gustavo • 11 points
2 posts
-
-3
votes1
answer41
viewsQ: Change link from two links whose id are equal with js
I had to duplicate a code from a link whose id is the same (I can’t change it, I can’t actually change it). And I need to change the text of that link. I did it that way:…
-
1
votes3
answers198
viewsQ: Change link text without id or class
I need to change the text of the link, but this link has no identifier to do it quickly. I know almost nothing about Js, but I believe it is possible to do this by accessing the TD and then the…