:hover selector doesn't work with jQuery 1.4
Posted
by myfreeweb
on Stack Overflow
See other posts from Stack Overflow
or by myfreeweb
Published on 2010-01-18T15:33:34Z
Indexed on
2010/05/04
1:38 UTC
Read the original article
Hit count: 248
JavaScript
|jQuery
Googled about it - found nothing. I'm talking about CSS :hover, not jQuery .hover(). So, the code:
$('#something a:hover').css({'something': 'thomesing'});
works fine with 1.3, but not with 1.4. How to fix it?
© Stack Overflow or respective owner