Jquery: highlight element on mouseover without hanging or lagging.
- by Kim Jong Woo
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.