Bug in IE with jQuery highlight? Highlighting is sticking on some elements.
Posted
by slugmandrew
on Stack Overflow
See other posts from Stack Overflow
or by slugmandrew
Published on 2010-04-21T14:34:46Z
Indexed on
2010/04/21
20:33 UTC
Read the original article
Hit count: 337
Is there anything wrong with this line?
$('#' + $(this).attr('id') + 'title').effect("highlight", {}, 5000).fadeIn(1000);
It's being applied to a set of divs in cycles - the first time it shows them, and then as it keeps going round it highlights them again (as they are already shown.)
Only, in IE7 and IE8 the highlight seems to stick on some elements randomly. Anyone know why this is?
© Stack Overflow or respective owner