Retrieve :hover css ???
Retrieve :hover css ???
Hey guys,
I'm trying to figure out how to retrieve the .css('color') property of an element, but in its hover state.
E.g. something like: $('div').css('color:hover')
$('div').hover(....) doesn't work for me since I only want to retrieve it, without interaction from the user.
Please gimme a hand :)