I want to use the removeClass() and addClass() to toggle between classes. On click of a hyperlinked text, I want to add a class and on clicking another text, I want to remove the same class from the previous text and add a new class in the second text. How can I use removeClass() method properly. The following is my HTML: Here’s my jQuery for click of <a> tag. The code to remov.....