[jQuery] Changing "a:hover" style
Hi;
It is easy to select links just like $('a') however I want to change
a:hover style dynamically. I try $('a:hover').css("color","#000") or
whatevet, but it doesnt work. I think it recognize " : " signnn as a
different selector. Can anybody tell me how to change a:.hover or
a:visited style?
Thanks a lot.