[jQuery] retrieve the a.hover from an "A" element with jquery?
Say I wanted to retrieve the "a:hover's" color style, would jquery be
able to handle this?
Is there something like this? $("a").css("a:hover color") that would
return the hexadecimal color value?
-Aaron