How do I use jquery to highlight the link when I click on it?
For example, when I click on the link class1_1, I want to make this link red (or another color).
I would recommend the http://plugins.jquery.com/project/color jquery.color plugin. It will allow you to animate color on all sorts of html elements.