Jquery: highlight element on mouseover without hanging or lagging.
Posted
by Kim Jong Woo
on Stack Overflow
See other posts from Stack Overflow
or by Kim Jong Woo
Published on 2010-06-17T00:47:12Z
Indexed on
2010/06/17
0:52 UTC
Read the original article
Hit count: 319
jQuery
When I had elements highlighted upon mouseover, it would work fine with sites with minimal number of elements. But when the number of elements on a page was very big, the effect would "lag" so to speak. It would take a while for each elements to highlight upon mouseover event.
Has someone solved this problem successfully ? I've seen a prototype.js example that does not lag.
© Stack Overflow or respective owner