我怎样才能得到:用jquery动态悬停在css样式表中?
愚蠢的例子:
a.foo { color: red; font-size: 11px; } a.foo:hover { color: blue; font-size: 12px; }
如何在该鼠标越过锚之前检索该颜色和字体大小?