[jQuery] retrieve the a.hover from an "A" element with jquery?

2008-09-28 Thread Aaron McGuire
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

[jQuery] $('a').css('hover:color');??? - trying to retrieve a:hover color from an element.

2008-09-28 Thread Aaron McGuire
Hello, I'm building a plugin which requires me to retrieve the css hover color from an a element. Is this possible? Something like "$ ('a').css('hover:color');??? Any ideas would really help out. Thanks. -Aaron