I want to add another text decoration class with the help of JavaScript to the link which already has a class associated to it.
I want something like the <a>
activated link should have the text:decoration=none
but i am not able to do it with CSS because it gets applied to all the links, then if I declare a new class of no decoration.
How is this possible with JavaScript?